Index: Source/core/html/HTMLSummaryElement.cpp |
diff --git a/Source/core/html/HTMLSummaryElement.cpp b/Source/core/html/HTMLSummaryElement.cpp |
index 9a9806666ac81ae8a7be58b394f8b8d3ae61202c..821b37a8e999b53ab62c26461441faf695eeb985 100644 |
--- a/Source/core/html/HTMLSummaryElement.cpp |
+++ b/Source/core/html/HTMLSummaryElement.cpp |
@@ -21,8 +21,8 @@ |
#include "config.h" |
#include "core/html/HTMLSummaryElement.h" |
-#include "HTMLNames.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
+#include "core/HTMLNames.h" |
#include "core/events/KeyboardEvent.h" |
#include "core/dom/NodeRenderingTraversal.h" |
#include "core/dom/shadow/ShadowRoot.h" |