Index: third_party/WebKit/LayoutTests/fast/events/touch/touch-event-dispatch-no-crash.html |
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/touch-event-dispatch-no-crash.html b/third_party/WebKit/LayoutTests/fast/events/touch/touch-event-dispatch-no-crash.html |
index 12de76a2b005fb9dcbcb9d61246b802f079bdda7..8a72f752b781b0cbfedbb69640be1cb5218fe05c 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/touch/touch-event-dispatch-no-crash.html |
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/touch-event-dispatch-no-crash.html |
@@ -7,7 +7,7 @@ |
description('Test that touches created with no target does not crash during dispatch. http://crbug.com/517962'); |
var event = new TouchEvent('touchstart', { |
- touches: [document.createTouch()], |
+ touches: [document.createTouch(window, null, 0, 0, 0, 0, 0)], |
}); |
document.body.dispatchEvent(event); |