| 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();
|
|
|