Index: Source/core/dom/CustomElementConstructor.cpp |
diff --git a/Source/core/dom/CustomElementConstructor.cpp b/Source/core/dom/CustomElementConstructor.cpp |
index 03f8f9bf1eb6d79796cbef90e4a419bba926d021..d7205b4941aff8ea787e57122ef5b37a31a50b0b 100644 |
--- a/Source/core/dom/CustomElementConstructor.cpp |
+++ b/Source/core/dom/CustomElementConstructor.cpp |
@@ -30,14 +30,14 @@ |
#include "config.h" |
-#include "CustomElementConstructor.h" |
+#include "core/dom/CustomElementConstructor.h" |
#include "CustomElementHelpers.h" |
-#include "Document.h" |
#include "HTMLElement.h" |
#include "HTMLNames.h" |
#include "SVGElement.h" |
#include "SVGNames.h" |
+#include "core/dom/Document.h" |
#include <wtf/Assertions.h> |
namespace WebCore { |