| Index: LayoutTests/plugins/gesture-events.html
|
| diff --git a/LayoutTests/plugins/gesture-events.html b/LayoutTests/plugins/gesture-events.html
|
| index 82f6a436da32b202b45d058ad0f6c7bb12f25e88..6a8f1b4b2d27d4cade076914640ee3336864c3df 100644
|
| --- a/LayoutTests/plugins/gesture-events.html
|
| +++ b/LayoutTests/plugins/gesture-events.html
|
| @@ -24,7 +24,7 @@
|
| eventSender.gestureShowPress(positionX, positionY);
|
| eventSender.gestureScrollBegin(positionX, positionY);
|
| eventSender.gestureScrollUpdate(30, 0);
|
| - eventSender.gestureScrollUpdateWithoutPropagation(30, 0);
|
| + eventSender.gestureScrollUpdate(30, 0, true);
|
| eventSender.gestureScrollEnd(0, 0);
|
| }
|
|
|
|
|