| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index f8d22b7854a6087cdb20e1fa77d114760fab1876..9bea1adea37df892759921701def5949563a767c 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -299,9 +299,6 @@ void WebView::didExitModalLoop()
|
|
|
| void WebViewImpl::setMainFrame(WebFrame* frame)
|
| {
|
| - // NOTE: The WebFrameImpl takes a reference to itself within
|
| - // initializeAsMainFrame() and releases that reference once the
|
| - // corresponding Frame is destroyed.
|
| toWebFrameImpl(frame)->initializeAsMainFrame(page());
|
| }
|
|
|
|
|