Index: Source/core/html/HTMLMeterElement.cpp |
diff --git a/Source/core/html/HTMLMeterElement.cpp b/Source/core/html/HTMLMeterElement.cpp |
index 8977c1fc861df4d46f1765b6dfe6d4a4bd688ceb..f745a7aeaa3e36d50e07e650e92008c4f27e8eb4 100644 |
--- a/Source/core/html/HTMLMeterElement.cpp |
+++ b/Source/core/html/HTMLMeterElement.cpp |
@@ -22,10 +22,10 @@ |
#include "core/html/HTMLMeterElement.h" |
-#include "HTMLNames.h" |
#include "bindings/v8/ExceptionMessages.h" |
#include "bindings/v8/ExceptionState.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
+#include "core/HTMLNames.h" |
#include "core/dom/ExceptionCode.h" |
#include "core/dom/shadow/ShadowRoot.h" |
#include "core/html/parser/HTMLParserIdioms.h" |