Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 2abc55ae7840f8c1449fe3756916d594b8d4ff19..365cc2f093c7a4d17c322ed37c5a5d62b9f1e621 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -28,8 +28,8 @@ |
#ifndef Document_h |
#define Document_h |
-#include "bindings/v8/ExceptionStatePlaceholder.h" |
-#include "bindings/v8/ScriptValue.h" |
+#include "bindings/core/v8/ExceptionStatePlaceholder.h" |
+#include "bindings/core/v8/ScriptValue.h" |
#include "core/animation/AnimationClock.h" |
#include "core/animation/CompositorPendingAnimations.h" |
#include "core/dom/ContainerNode.h" |