| Index: Source/bindings/v8/custom/V8InjectedScriptManager.cpp
|
| diff --git a/Source/bindings/v8/custom/V8InjectedScriptManager.cpp b/Source/bindings/v8/custom/V8InjectedScriptManager.cpp
|
| index 0aa3d02f51e9e681748b5f31c79e6e8442a60963..fbeffc2fc2ab2286dc7cf51f4aaa8dd8c22f46a2 100644
|
| --- a/Source/bindings/v8/custom/V8InjectedScriptManager.cpp
|
| +++ b/Source/bindings/v8/custom/V8InjectedScriptManager.cpp
|
| @@ -41,7 +41,7 @@
|
| #include "bindings/v8/V8ObjectConstructor.h"
|
| #include "bindings/v8/V8ScriptRunner.h"
|
| #include "core/inspector/InjectedScriptHost.h"
|
| -#include "core/frame/DOMWindow.h"
|
| +#include "core/frame/LocalDOMWindow.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| namespace WebCore {
|
|
|