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

Unified Diff: third_party/WebKit/Source/core/page/CreateWindow.cpp

Issue 2828913003: Replace "nested message loop" with "nested run loop" in comments. (Closed)
Patch Set: rebase Created 3 years, 7 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/core/page/CreateWindow.cpp
diff --git a/third_party/WebKit/Source/core/page/CreateWindow.cpp b/third_party/WebKit/Source/core/page/CreateWindow.cpp
index 9f51a0f0d180d37b03dc86e1dde08001a3ddfacd..6e78204a60eb845b3b91936ae072e7ced9c9e028 100644
--- a/third_party/WebKit/Source/core/page/CreateWindow.cpp
+++ b/third_party/WebKit/Source/core/page/CreateWindow.cpp
@@ -117,7 +117,7 @@ static Frame* CreateNewWindow(LocalFrame& opener_frame,
frame.Loader().ForceSandboxFlags(
opener_frame.GetSecurityContext()->GetSandboxFlags());
- // This call may suspend the execution by running nested message loop.
+ // This call may suspend the execution by running nested run loop.
probe::windowCreated(&opener_frame, &frame);
created = true;
return &frame;
« no previous file with comments | « third_party/WebKit/Source/core/loader/DocumentLoader.cpp ('k') | third_party/WebKit/Source/core/page/DragController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698