Index: Source/core/html/forms/NumberInputType.cpp |
diff --git a/Source/core/html/forms/NumberInputType.cpp b/Source/core/html/forms/NumberInputType.cpp |
index 630d25d6aa9538ea14413770bf3a0a613fe75cb2..cec31611bd86e48341943c8cd5aa46012d2f1270 100644 |
--- a/Source/core/html/forms/NumberInputType.cpp |
+++ b/Source/core/html/forms/NumberInputType.cpp |
@@ -35,7 +35,7 @@ |
#include "HTMLNames.h" |
#include "bindings/v8/ExceptionState.h" |
#include "core/dom/ExceptionCode.h" |
-#include "core/dom/KeyboardEvent.h" |
+#include "core/events/KeyboardEvent.h" |
#include "core/html/HTMLInputElement.h" |
#include "core/html/forms/InputTypeNames.h" |
#include "core/html/parser/HTMLParserIdioms.h" |