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

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

Issue 2389633002: reflow comments in web/ (Closed)
Patch Set: . Created 4 years, 2 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/FrameLoaderClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
index ad655da1447bc2b9db8aff5636be06c425700801..e730ac088b2b7366f013c1bc0658694868ba7f58 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
@@ -381,9 +381,9 @@ void FrameLoaderClientImpl::dispatchDidReceiveResponse(
void FrameLoaderClientImpl::dispatchDidFinishDocumentLoad() {
// TODO(dglazkov): Sadly, workers are WebFrameClients, and they can totally
- // destroy themselves when didFinishDocumentLoad is invoked, and in turn destroy
- // the fake WebLocalFrame that they create, which means that you should not
- // put any code touching `this` after the two lines below.
+ // destroy themselves when didFinishDocumentLoad is invoked, and in turn
+ // destroy the fake WebLocalFrame that they create, which means that you
+ // should not put any code touching `this` after the two lines below.
if (m_webFrame->client())
m_webFrame->client()->didFinishDocumentLoad(m_webFrame);
}
« no previous file with comments | « third_party/WebKit/Source/web/FindInPageCoordinates.cpp ('k') | third_party/WebKit/Source/web/FullscreenController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698