| 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 e960c7c0f65ee69c4c0591504ac80bb1835d8cce..b2f519640487e074aacef9a69bc6cf000f1a93ab 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -309,8 +309,7 @@ void WebView::didExitModalLoop() {
|
| }
|
|
|
| void WebViewImpl::setMainFrame(WebFrame* frame) {
|
| - frame->toImplBase()->initializeCoreFrame(&page()->frameHost(), 0, nullAtom,
|
| - nullAtom);
|
| + frame->toImplBase()->initializeCoreFrame(&page()->frameHost(), 0, nullAtom);
|
| }
|
|
|
| void WebViewImpl::setCredentialManagerClient(
|
|
|