Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 61858541de3cb59ea528319d9d2ba936534b2bd1..5717f98678d2f6614a62d4e531e4eeb30a190e06 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -25,8 +25,8 @@ |
#ifndef Node_h |
#define Node_h |
-#include "bindings/v8/ExceptionStatePlaceholder.h" |
-#include "bindings/v8/ScriptWrappable.h" |
+#include "bindings/core/v8/ExceptionStatePlaceholder.h" |
+#include "bindings/core/v8/ScriptWrappable.h" |
#include "core/dom/MutationObserver.h" |
#include "core/dom/SimulatedClickOptions.h" |
#include "core/dom/TreeScope.h" |