Index: Source/core/html/parser/HTMLDocumentParser.cpp |
diff --git a/Source/core/html/parser/HTMLDocumentParser.cpp b/Source/core/html/parser/HTMLDocumentParser.cpp |
index 6961e26638a7758134b2f9fcf801f72ff8e28f96..e47d69c940d90657cd80fe17e0c88b532d325383 100644 |
--- a/Source/core/html/parser/HTMLDocumentParser.cpp |
+++ b/Source/core/html/parser/HTMLDocumentParser.cpp |
@@ -29,7 +29,6 @@ |
#include "HTMLNames.h" |
#include "core/dom/DocumentFragment.h" |
#include "core/dom/Element.h" |
-#include "core/html/HTMLDocument.h" |
#include "core/html/parser/AtomicHTMLToken.h" |
#include "core/html/parser/BackgroundHTMLParser.h" |
#include "core/html/parser/CompactHTMLToken.h" |
@@ -42,7 +41,7 @@ |
#include "core/html/parser/HTMLTreeBuilder.h" |
#include "core/inspector/InspectorInstrumentation.h" |
#include "core/page/Frame.h" |
-#include <wtf/Functional.h> |
+#include "wtf/Functional.h" |
namespace WebCore { |