Index: Source/bindings/v8/custom/V8HTMLDocumentCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8HTMLDocumentCustom.cpp b/Source/bindings/v8/custom/V8HTMLDocumentCustom.cpp |
index afeade82bd522a4a34e0f1a0973778edd870928c..d6e819ee8b12f7d84037195f3dfbd11b185c4bb6 100644 |
--- a/Source/bindings/v8/custom/V8HTMLDocumentCustom.cpp |
+++ b/Source/bindings/v8/custom/V8HTMLDocumentCustom.cpp |
@@ -32,13 +32,13 @@ |
#include "V8HTMLDocument.h" |
#include "HTMLNames.h" |
+#include "V8DOMWindow.h" |
#include "V8HTMLAllCollection.h" |
#include "V8HTMLCollection.h" |
#include "V8Node.h" |
-#include "V8Window.h" |
#include "bindings/v8/ScriptController.h" |
#include "bindings/v8/V8Binding.h" |
-#include "bindings/v8/V8WindowShell.h" |
+#include "bindings/v8/V8DOMWindowShell.h" |
#include "core/html/HTMLAllCollection.h" |
#include "core/html/HTMLCollection.h" |
#include "core/html/HTMLDocument.h" |