Index: Source/core/html/HTMLTextFormControlElement.cpp |
diff --git a/Source/core/html/HTMLTextFormControlElement.cpp b/Source/core/html/HTMLTextFormControlElement.cpp |
index 06a5579087d1bb2131efb3dd86802a41428cfacb..0434728f24a557dcb6aa4a94af75ce08ceaccc60 100644 |
--- a/Source/core/html/HTMLTextFormControlElement.cpp |
+++ b/Source/core/html/HTMLTextFormControlElement.cpp |
@@ -25,8 +25,8 @@ |
#include "config.h" |
#include "core/html/HTMLTextFormControlElement.h" |
-#include "bindings/v8/ExceptionState.h" |
-#include "bindings/v8/ExceptionStatePlaceholder.h" |
+#include "bindings/core/v8/ExceptionState.h" |
+#include "bindings/core/v8/ExceptionStatePlaceholder.h" |
#include "core/HTMLNames.h" |
#include "core/accessibility/AXObjectCache.h" |
#include "core/dom/Document.h" |