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/PerformanceTiming.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/PerformanceTiming.cpp')
-rwxr-xr-x | dom/performance/PerformanceTiming.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/performance/PerformanceTiming.cpp b/dom/performance/PerformanceTiming.cpp index 887a23938..f1d75ca03 100755 --- a/dom/performance/PerformanceTiming.cpp +++ b/dom/performance/PerformanceTiming.cpp @@ -6,6 +6,7 @@ #include "PerformanceTiming.h" #include "mozilla/dom/PerformanceTimingBinding.h" +#include "nsITimedChannel.h" namespace mozilla { namespace dom { |