| Index: Source/core/html/parser/HTMLConstructionSite.cpp
|
| diff --git a/Source/core/html/parser/HTMLConstructionSite.cpp b/Source/core/html/parser/HTMLConstructionSite.cpp
|
| index 7d7249c19389b819f13aafbff1c5d7be58e442b3..9c5838267e2040f966776169521ef969182f556b 100644
|
| --- a/Source/core/html/parser/HTMLConstructionSite.cpp
|
| +++ b/Source/core/html/parser/HTMLConstructionSite.cpp
|
| @@ -28,10 +28,6 @@
|
| #include "HTMLTreeBuilder.h"
|
|
|
| #include "AtomicHTMLToken.h"
|
| -#include "Comment.h"
|
| -#include "DocumentFragment.h"
|
| -#include "DocumentType.h"
|
| -#include "Element.h"
|
| #include "HTMLDocument.h"
|
| #include "HTMLElementFactory.h"
|
| #include "HTMLFormElement.h"
|
| @@ -44,7 +40,11 @@
|
| #include "HTMLTemplateElement.h"
|
| #include "HTMLToken.h"
|
| #include "HTMLTokenizer.h"
|
| -#include "Text.h"
|
| +#include "core/dom/Comment.h"
|
| +#include "core/dom/DocumentFragment.h"
|
| +#include "core/dom/DocumentType.h"
|
| +#include "core/dom/Element.h"
|
| +#include "core/dom/Text.h"
|
| #include "core/loader/FrameLoader.h"
|
| #include "core/loader/FrameLoaderClient.h"
|
| #include "core/page/Frame.h"
|
|
|