Index: Source/core/html/HTMLScriptElement.cpp |
diff --git a/Source/core/html/HTMLScriptElement.cpp b/Source/core/html/HTMLScriptElement.cpp |
index b935ee10c0090b34451e5ec5df02fa4726198139..ce1adaf24a73af049ae6b02e1f8078af95126f51 100644 |
--- a/Source/core/html/HTMLScriptElement.cpp |
+++ b/Source/core/html/HTMLScriptElement.cpp |
@@ -23,9 +23,9 @@ |
#include "config.h" |
#include "core/html/HTMLScriptElement.h" |
-#include "HTMLNames.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
#include "bindings/v8/ScriptEventListener.h" |
+#include "core/HTMLNames.h" |
#include "core/dom/Attribute.h" |
#include "core/dom/Document.h" |
#include "core/dom/ScriptLoader.h" |