| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index b2f519640487e074aacef9a69bc6cf000f1a93ab..58d99bf08470f84e08f6c4da5db64371f285f00c 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -309,7 +309,7 @@ void WebView::didExitModalLoop() {
|
| }
|
|
|
| void WebViewImpl::setMainFrame(WebFrame* frame) {
|
| - frame->toImplBase()->initializeCoreFrame(&page()->frameHost(), 0, nullAtom);
|
| + frame->toImplBase()->initializeCoreFrame(*page(), 0, nullAtom);
|
| }
|
|
|
| void WebViewImpl::setCredentialManagerClient(
|
|
|