| Index: Source/bindings/core/v8/WindowProxy.cpp
|
| diff --git a/Source/bindings/core/v8/WindowProxy.cpp b/Source/bindings/core/v8/WindowProxy.cpp
|
| index 05f79fe106b53ce09a3f7be19b3c761e2606b460..45e4db045360c15cf1a8ca01e5ca2b179db361e4 100644
|
| --- a/Source/bindings/core/v8/WindowProxy.cpp
|
| +++ b/Source/bindings/core/v8/WindowProxy.cpp
|
| @@ -139,10 +139,6 @@ void WindowProxy::clearForNavigation()
|
| ScriptState::Scope scope(m_scriptState.get());
|
|
|
| m_document.clear();
|
| -
|
| - v8::Handle<v8::Object> windowWrapper = V8Window::findInstanceInPrototypeChain(m_global.newLocal(m_isolate), m_isolate);
|
| - ASSERT(!windowWrapper.IsEmpty());
|
| - windowWrapper->TurnOnAccessCheck();
|
| disposeContext(DetachGlobal);
|
| }
|
|
|
|
|