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

Unified Diff: third_party/WebKit/Source/web/tests/WebFrameTest.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
« no previous file with comments | « third_party/WebKit/Source/web/tests/TouchActionTest.cpp ('k') | ui/aura/mus/drag_drop_controller_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/WebFrameTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
index 10f003ddac1f85153ab9a571bc573a2b20b8d624..2e19c34b6343c37505f54a993549a44954507241 100644
--- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
+++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
@@ -6949,7 +6949,7 @@ TEST_P(ParameterizedWebFrameTest, DidAccessInitialDocumentBodyBeforeModalDialog)
WebScriptSource("window.opener.document.body.innerHTML += 'Modified';"));
EXPECT_TRUE(web_frame_client.did_access_initial_document_);
- // Run a modal dialog, which used to run a nested message loop and require
+ // Run a modal dialog, which used to run a nested run loop and require
// a special case for notifying about the access.
new_view->MainFrame()->ExecuteScript(
WebScriptSource("window.opener.confirm('Modal');"));
@@ -6986,7 +6986,7 @@ TEST_P(ParameterizedWebFrameTest, DidWriteToInitialDocumentBeforeModalDialog)
"window.opener.document.close();"));
EXPECT_TRUE(web_frame_client.did_access_initial_document_);
- // Run a modal dialog, which used to run a nested message loop and require
+ // Run a modal dialog, which used to run a nested run loop and require
// a special case for notifying about the access.
new_view->MainFrame()->ExecuteScript(
WebScriptSource("window.opener.confirm('Modal');"));
« no previous file with comments | « third_party/WebKit/Source/web/tests/TouchActionTest.cpp ('k') | ui/aura/mus/drag_drop_controller_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698