Index: third_party/WebKit/LayoutTests/resources/run-after-layout-and-paint.js |
diff --git a/third_party/WebKit/LayoutTests/resources/run-after-layout-and-paint.js b/third_party/WebKit/LayoutTests/resources/run-after-layout-and-paint.js |
index e6ed4cc5aab23880f7a5fb793eef3e9696b1798a..e3173417aef5084f6c544b271507c86295c9b011 100644 |
--- a/third_party/WebKit/LayoutTests/resources/run-after-layout-and-paint.js |
+++ b/third_party/WebKit/LayoutTests/resources/run-after-layout-and-paint.js |
@@ -22,7 +22,7 @@ |
// }, true); |
if (window.internals) |
- internals.runtimeFlags.slimmingPaintUnderInvalidationCheckingEnabled = true; |
+ internals.runtimeFlags.paintUnderInvalidationCheckingEnabled = true; |
function runAfterLayoutAndPaint(callback, autoNotifyDone) { |
if (!window.testRunner) { |