Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(430)

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.cpp

Issue 2714943004: Move unique name generation and tracking into //content. (Closed)
Patch Set: . Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698