| Index: third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html b/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html
|
| index 5c759fa445a2c5680e3f12a7f181a4bf9a95cb9d..8f5ae484d36f4388425d83d6ab792c225a4a3cbc 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html
|
| @@ -6,7 +6,7 @@ var styleCount, layoutCount;
|
|
|
| function assertSyncLayout(sync) {
|
| if (window.internals) {
|
| - styleCount = internals.updateStyleAndReturnAffectedElementCount();
|
| + styleCount = internals.updateStyleAndLayoutAndReturnAffectedElementCount();
|
| layoutCount = internals.needsLayoutCount();
|
| // scrollTo should have synchronously updated style and layout
|
| if (sync) {
|
|
|