| Index: Source/core/html/parser/HTMLDocumentParser.h
|
| diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
|
| index a861170223b4ec97846b58c5d35dd39b3300bed6..f885f8a1bf57684f9db5035638e79ca33ad6d6df 100644
|
| --- a/Source/core/html/parser/HTMLDocumentParser.h
|
| +++ b/Source/core/html/parser/HTMLDocumentParser.h
|
| @@ -27,7 +27,6 @@
|
| #define HTMLDocumentParser_h
|
|
|
| #include "BackgroundHTMLInputStream.h"
|
| -#include "CachedResourceClient.h"
|
| #include "CompactHTMLToken.h"
|
| #include "FragmentScriptingPermission.h"
|
| #include "HTMLInputStream.h"
|
| @@ -41,6 +40,7 @@
|
| #include "ScriptableDocumentParser.h"
|
| #include "XSSAuditor.h"
|
| #include "XSSAuditorDelegate.h"
|
| +#include "core/loader/cache/CachedResourceClient.h"
|
| #include "core/platform/Timer.h"
|
| #include "core/platform/text/SegmentedString.h"
|
| #include <wtf/Deque.h>
|
|
|