Index: Source/core/frame/LocalFrame.cpp |
diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp |
index ae844e11359deedc39f8bfe3a00817c09b56c502..42e3fc55672dd487b748ae2de80957cfda45de59 100644 |
--- a/Source/core/frame/LocalFrame.cpp |
+++ b/Source/core/frame/LocalFrame.cpp |
@@ -235,7 +235,7 @@ void LocalFrame::setDOMWindow(PassRefPtrWillBeRawPtr<LocalDOMWindow> domWindow) |
{ |
InspectorInstrumentation::frameWindowDiscarded(this, m_domWindow.get()); |
if (domWindow) |
- script().clearWindowShell(); |
+ script().clearWindowProxy(); |
Frame::setDOMWindow(domWindow); |
} |