diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-22 19:19:55 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-22 19:19:55 +0000 |
commit | 484e7e65a75d1fe4b4640a09243f5580538f0560 (patch) | |
tree | 2f25931ea904c9b83d5e63f86286cf62a9a9d3bf /dom/performance/PerformanceMainThread.cpp | |
parent | 54e4a32da5ed7cbe25901038678c3baf111eb1a2 (diff) | |
download | UXP-484e7e65a75d1fe4b4640a09243f5580538f0560.tar UXP-484e7e65a75d1fe4b4640a09243f5580538f0560.tar.gz UXP-484e7e65a75d1fe4b4640a09243f5580538f0560.tar.lz UXP-484e7e65a75d1fe4b4640a09243f5580538f0560.tar.xz UXP-484e7e65a75d1fe4b4640a09243f5580538f0560.zip |
Issue #80 - De-unify dom/performance
Diffstat (limited to 'dom/performance/PerformanceMainThread.cpp')
-rw-r--r-- | dom/performance/PerformanceMainThread.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/performance/PerformanceMainThread.cpp b/dom/performance/PerformanceMainThread.cpp index b95a91ea6..60eccf595 100644 --- a/dom/performance/PerformanceMainThread.cpp +++ b/dom/performance/PerformanceMainThread.cpp @@ -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 { |