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 8a38208b82174a374b576187f2450ca2c8b40ac8..7fa06f7503cf5cefeea191857c99ac3a6d4d1186 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( |