Index: third_party/WebKit/LayoutTests/fast/events/touch/touch-action-touch-handlers.html |
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/touch-action-touch-handlers.html b/third_party/WebKit/LayoutTests/fast/events/touch/touch-action-touch-handlers.html |
index 2560b9318b48e5ed7916906b796351bc0633bd71..7af2d1b709460e269aa7740ac065c81b6b440a53 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/touch/touch-action-touch-handlers.html |
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/touch-action-touch-handlers.html |
@@ -32,7 +32,7 @@ elements with various touch-action settings. |
var nestedDocument; |
function getTouchHandlerCount(doc) { |
- window.internals.updateStyleAndReturnAffectedElementCount(); |
+ window.internals.updateStyleAndLayoutAndReturnAffectedElementCount(); |
return window.internals.touchStartOrMoveEventHandlerCount(doc); |
} |