diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-27 02:05:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 02:05:35 +0200 |
commit | 5fcc364e3ee68c3bc8fc59acf7d54e6252375f75 (patch) | |
tree | 453f417beaf887198c706ce13b3d1b0c1434dfc0 /layout/style | |
parent | 725e2b731f98b07837ea9315b923f43009dbe792 (diff) | |
parent | 5d89ac37959d6f074e2a7e5a88991039d50ee9c3 (diff) | |
download | UXP-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.cpp | 1 |
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" |