Index: Source/core/html/HTMLSummaryElement.cpp |
diff --git a/Source/core/html/HTMLSummaryElement.cpp b/Source/core/html/HTMLSummaryElement.cpp |
index ed09699cfb5f4d360c766ce201e0b671f9e9dbc0..f15a72b5da8127b4e46de45a3c032a95043a34c8 100644 |
--- a/Source/core/html/HTMLSummaryElement.cpp |
+++ b/Source/core/html/HTMLSummaryElement.cpp |
@@ -23,7 +23,7 @@ |
#include "HTMLNames.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
-#include "core/dom/KeyboardEvent.h" |
+#include "core/events/KeyboardEvent.h" |
#include "core/dom/NodeRenderingTraversal.h" |
#include "core/dom/shadow/ShadowRoot.h" |
#include "core/html/HTMLDetailsElement.h" |