Index: Source/core/html/parser/HTMLTreeBuilder.cpp |
diff --git a/Source/core/html/parser/HTMLTreeBuilder.cpp b/Source/core/html/parser/HTMLTreeBuilder.cpp |
index ac8426640810d31c9bbf73d2248f23cb13a49d4d..ec7226eb0b729ed05cd67c79343890b0287d954b 100644 |
--- a/Source/core/html/parser/HTMLTreeBuilder.cpp |
+++ b/Source/core/html/parser/HTMLTreeBuilder.cpp |
@@ -28,7 +28,6 @@ |
#include "HTMLTreeBuilder.h" |
#include "AtomicHTMLToken.h" |
-#include "DocumentFragment.h" |
#include "HTMLDocument.h" |
#include "HTMLDocumentParser.h" |
#include "HTMLFormElement.h" |
@@ -43,6 +42,7 @@ |
#include "XLinkNames.h" |
#include "XMLNSNames.h" |
#include "XMLNames.h" |
+#include "core/dom/DocumentFragment.h" |
#include "core/platform/LocalizedStrings.h" |
#include "core/platform/NotImplemented.h" |
#include <wtf/MainThread.h> |