Index: Source/core/html/HTMLSummaryElement.cpp |
diff --git a/Source/core/html/HTMLSummaryElement.cpp b/Source/core/html/HTMLSummaryElement.cpp |
index 7c19001e5ef2b738a8e370561c7b4da724a069a9..43fa4110859d923a2f10723bda1351f2ea92fc36 100644 |
--- a/Source/core/html/HTMLSummaryElement.cpp |
+++ b/Source/core/html/HTMLSummaryElement.cpp |
@@ -26,9 +26,9 @@ |
#include "core/events/KeyboardEvent.h" |
#include "core/dom/NodeRenderingTraversal.h" |
#include "core/dom/shadow/ShadowRoot.h" |
+#include "core/html/HTMLContentElement.h" |
#include "core/html/HTMLDetailsElement.h" |
#include "core/html/shadow/DetailsMarkerControl.h" |
-#include "core/html/shadow/HTMLContentElement.h" |
#include "core/rendering/RenderBlockFlow.h" |
namespace WebCore { |