diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-22 19:19:55 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-26 10:19:11 +0200 |
commit | 4a8c186eea0b25416ce3e47719658a42df9fddcf (patch) | |
tree | f10f9ee7c69249d495a2be91b296c08e5cce1e21 /dom/performance/PerformanceMainThread.cpp | |
parent | 8ff6e8c8a2200db8307c158ce65d16e29abd3418 (diff) | |
download | UXP-4a8c186eea0b25416ce3e47719658a42df9fddcf.tar UXP-4a8c186eea0b25416ce3e47719658a42df9fddcf.tar.gz UXP-4a8c186eea0b25416ce3e47719658a42df9fddcf.tar.lz UXP-4a8c186eea0b25416ce3e47719658a42df9fddcf.tar.xz UXP-4a8c186eea0b25416ce3e47719658a42df9fddcf.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 { |