Index: Source/core/html/parser/HTMLConstructionSite.cpp |
diff --git a/Source/core/html/parser/HTMLConstructionSite.cpp b/Source/core/html/parser/HTMLConstructionSite.cpp |
index 01507c899bf2efb411fb192b06246a47d1d77bd0..7e3c54f47dde7066cb1deec26443e51000040bbc 100644 |
--- a/Source/core/html/parser/HTMLConstructionSite.cpp |
+++ b/Source/core/html/parser/HTMLConstructionSite.cpp |
@@ -27,8 +27,8 @@ |
#include "config.h" |
#include "core/html/parser/HTMLTreeBuilder.h" |
Nils Barth (inactive)
2014/06/18 02:01:37
This is a real error:
the primary include is wrong
|
-#include "HTMLElementFactory.h" |
-#include "HTMLNames.h" |
+#include "core/HTMLElementFactory.h" |
+#include "core/HTMLNames.h" |
#include "core/dom/Comment.h" |
#include "core/dom/DocumentFragment.h" |
#include "core/dom/DocumentType.h" |