| Index: Source/core/html/parser/HTMLDocumentParser.h
|
| diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
|
| index f885f8a1bf57684f9db5035638e79ca33ad6d6df..9d4659c070fe477581dd7527e3a9d10029aa2c34 100644
|
| --- a/Source/core/html/parser/HTMLDocumentParser.h
|
| +++ b/Source/core/html/parser/HTMLDocumentParser.h
|
| @@ -28,7 +28,6 @@
|
|
|
| #include "BackgroundHTMLInputStream.h"
|
| #include "CompactHTMLToken.h"
|
| -#include "FragmentScriptingPermission.h"
|
| #include "HTMLInputStream.h"
|
| #include "HTMLParserOptions.h"
|
| #include "HTMLPreloadScanner.h"
|
| @@ -37,9 +36,10 @@
|
| #include "HTMLToken.h"
|
| #include "HTMLTokenizer.h"
|
| #include "HTMLTreeBuilderSimulator.h"
|
| -#include "ScriptableDocumentParser.h"
|
| #include "XSSAuditor.h"
|
| #include "XSSAuditorDelegate.h"
|
| +#include "core/dom/FragmentScriptingPermission.h"
|
| +#include "core/dom/ScriptableDocumentParser.h"
|
| #include "core/loader/cache/CachedResourceClient.h"
|
| #include "core/platform/Timer.h"
|
| #include "core/platform/text/SegmentedString.h"
|
|
|