Issue #80 - De-unify dom/performance

This commit is contained in:
Moonchild 2020-04-22 19:19:55 +00:00 committed by Roy Tam
commit f5938791ba
4 changed files with 8 additions and 1 deletions

View file

@ -6,7 +6,12 @@
#include "PerformanceMainThread.h"
#include "PerformanceNavigation.h"
#include "PerformanceNavigationTiming.h"
#include "PerformanceResourceTiming.h"
#include "PerformanceTiming.h"
#include "nsICacheInfoChannel.h"
#include "nsITimedChannel.h"
#include "mozilla/dom/Event.h"
namespace mozilla {
namespace dom {