Index: Source/core/html/HTMLTextAreaElement.cpp |
diff --git a/Source/core/html/HTMLTextAreaElement.cpp b/Source/core/html/HTMLTextAreaElement.cpp |
index 5b4fde76b34ffde7724ddf85a939202395347561..2184499664dc154657e335377e768b6dc78ba4f4 100644 |
--- a/Source/core/html/HTMLTextAreaElement.cpp |
+++ b/Source/core/html/HTMLTextAreaElement.cpp |
@@ -26,8 +26,8 @@ |
#include "config.h" |
#include "core/html/HTMLTextAreaElement.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/CSSValueKeywords.h" |
#include "core/HTMLNames.h" |
#include "core/dom/Document.h" |