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

Unified Diff: third_party/WebKit/LayoutTests/resources/plugin.js

Issue 1896793002: Rename (updateLayout/updateStyle).*.() to updateStyleAndLayout.*.() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/LayoutTests/resources/plugin.js
diff --git a/third_party/WebKit/LayoutTests/resources/plugin.js b/third_party/WebKit/LayoutTests/resources/plugin.js
index d12c336a97c463293d5751a77436fbd924a31b5e..58a919683c00f803bb8bb56c6ac8eb7f41b9b0a4 100644
--- a/third_party/WebKit/LayoutTests/resources/plugin.js
+++ b/third_party/WebKit/LayoutTests/resources/plugin.js
@@ -4,7 +4,7 @@ function startAfterLoadAndFinish(f, node) {
testRunner.waitUntilDone();
window.addEventListener('load', function() {
if (window.internals)
- internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(node);
+ internals.updateStyleAndLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(node);
if (f)
f();
testRunner.notifyDone();

Powered by Google App Engine
This is Rietveld 408576698