| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index 66df1cc5168ea1fc2f90ec2e324f743a4aacc1d3..90b794ad98a9b90f59d1e412771e5147fbacecaa 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -290,9 +290,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());
|
| }
|
|
|
|
|