Index: third_party/WebKit/LayoutTests/plugins/fullscreen-plugins-dont-reload.html |
diff --git a/third_party/WebKit/LayoutTests/plugins/fullscreen-plugins-dont-reload.html b/third_party/WebKit/LayoutTests/plugins/fullscreen-plugins-dont-reload.html |
index af7ebb7492fd0ac06ba0032694bc51d835a9bcb3..290e09d9189ad469dfe5d6b2942bfe08a021f5b7 100644 |
--- a/third_party/WebKit/LayoutTests/plugins/fullscreen-plugins-dont-reload.html |
+++ b/third_party/WebKit/LayoutTests/plugins/fullscreen-plugins-dont-reload.html |
@@ -14,7 +14,7 @@ if (window.testRunner) { |
var plugin = document.querySelector('embed'); |
plugin.addEventListener('webkitfullscreenchange', function () { |
- internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(); |
+ internals.updateStyleAndLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(); |
testRunner.notifyDone(); |
}) |
document.addEventListener('keydown', function () { |