| Index: Source/bindings/v8/custom/V8InjectedScriptManager.cpp
|
| diff --git a/Source/bindings/v8/custom/V8InjectedScriptManager.cpp b/Source/bindings/v8/custom/V8InjectedScriptManager.cpp
|
| index 5b551dad5cfb97c1f7bf532e411c45f70ffd55f8..bb7ee027808c5b90d456cc28b4b09ded24aa9069 100644
|
| --- a/Source/bindings/v8/custom/V8InjectedScriptManager.cpp
|
| +++ b/Source/bindings/v8/custom/V8InjectedScriptManager.cpp
|
| @@ -40,7 +40,7 @@
|
| #include "bindings/v8/V8ObjectConstructor.h"
|
| #include "bindings/v8/V8ScriptRunner.h"
|
| #include "core/inspector/InjectedScriptHost.h"
|
| -#include "core/page/DOMWindow.h"
|
| +#include "core/frame/DOMWindow.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| namespace WebCore {
|
|
|