summaryrefslogtreecommitdiffstats
path: root/layout/style
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-27 02:05:35 +0200
committerGitHub <noreply@github.com>2020-05-27 02:05:35 +0200
commit5fcc364e3ee68c3bc8fc59acf7d54e6252375f75 (patch)
tree453f417beaf887198c706ce13b3d1b0c1434dfc0 /layout/style
parent725e2b731f98b07837ea9315b923f43009dbe792 (diff)
parent5d89ac37959d6f074e2a7e5a88991039d50ee9c3 (diff)
downloadUXP-5fcc364e3ee68c3bc8fc59acf7d54e6252375f75.tar
UXP-5fcc364e3ee68c3bc8fc59acf7d54e6252375f75.tar.gz
UXP-5fcc364e3ee68c3bc8fc59acf7d54e6252375f75.tar.lz
UXP-5fcc364e3ee68c3bc8fc59acf7d54e6252375f75.tar.xz
UXP-5fcc364e3ee68c3bc8fc59acf7d54e6252375f75.zip
Merge pull request #1568 from MoonchildProductions/1564
Split off nsIdentifierMapEntry in its own header
Diffstat (limited to 'layout/style')
-rw-r--r--layout/style/Loader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/layout/style/Loader.cpp b/layout/style/Loader.cpp
index 9894ce8f4..68a7be21e 100644
--- a/layout/style/Loader.cpp
+++ b/layout/style/Loader.cpp
@@ -50,6 +50,7 @@
#include "nsGkAtoms.h"
#include "nsIThreadInternal.h"
#include "nsINetworkPredictor.h"
+#include "nsITimedChannel.h"
#include "mozilla/dom/ShadowRoot.h"
#include "mozilla/dom/URL.h"
#include "mozilla/AsyncEventDispatcher.h"