| Index: Source/core/html/parser/HTMLParserScheduler.cpp
|
| diff --git a/Source/core/html/parser/HTMLParserScheduler.cpp b/Source/core/html/parser/HTMLParserScheduler.cpp
|
| index e486b4a670c52de5c9dc800b92f27b0f72ccd1ab..33954ccf6c1e61c857db24e0499fede0f1aed770 100644
|
| --- a/Source/core/html/parser/HTMLParserScheduler.cpp
|
| +++ b/Source/core/html/parser/HTMLParserScheduler.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "config.h"
|
| #include "HTMLParserScheduler.h"
|
|
|
| -#include "Document.h"
|
| #include "HTMLDocumentParser.h"
|
| +#include "core/dom/Document.h"
|
| #include "core/page/FrameView.h"
|
| #include "core/page/Page.h"
|
|
|
|
|