Index: third_party/WebKit/LayoutTests/fast/dom/forced-layout-only-in-document.html |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/forced-layout-only-in-document.html b/third_party/WebKit/LayoutTests/fast/dom/forced-layout-only-in-document.html |
index aa3a1e04c1358d6de6f58e595e5091661fb38a05..8092145ab1bb10326d1d8a28c2a94b819065fdda 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/forced-layout-only-in-document.html |
+++ b/third_party/WebKit/LayoutTests/fast/dom/forced-layout-only-in-document.html |
@@ -49,7 +49,7 @@ for (var i = 0; i < testStatements.length; ++i) { |
mutator.style.flexGrow = i; |
eval(statement); |
// The mutator element should still be dirty. |
- if (internals.updateStyleAndReturnAffectedElementCount() != 1) { |
+ if (internals.updateStyleAndLayoutAndReturnAffectedElementCount() != 1) { |
causedRecalc = true; |
testFailed(statement + " caused a style or layout update."); |
} |