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