Index: Source/core/html/parser/HTMLElementStack.cpp |
diff --git a/Source/core/html/parser/HTMLElementStack.cpp b/Source/core/html/parser/HTMLElementStack.cpp |
index f14f8e78ed87886f66dff27939894cb2b85c5d21..322ac44646e2d72408a221add27c81eeba50557d 100644 |
--- a/Source/core/html/parser/HTMLElementStack.cpp |
+++ b/Source/core/html/parser/HTMLElementStack.cpp |
@@ -27,11 +27,11 @@ |
#include "config.h" |
#include "HTMLElementStack.h" |
-#include "DocumentFragment.h" |
-#include "Element.h" |
#include "HTMLNames.h" |
#include "MathMLNames.h" |
#include "SVGNames.h" |
+#include "core/dom/DocumentFragment.h" |
+#include "core/dom/Element.h" |
#include <wtf/PassOwnPtr.h> |
namespace WebCore { |