summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/events/touch_event.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/events/touch_event.idl')
-rw-r--r--chromium/third_party/blink/renderer/core/events/touch_event.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/events/touch_event.idl b/chromium/third_party/blink/renderer/core/events/touch_event.idl
index 50a667e0af8..80d28b6d7aa 100644
--- a/chromium/third_party/blink/renderer/core/events/touch_event.idl
+++ b/chromium/third_party/blink/renderer/core/events/touch_event.idl
@@ -26,9 +26,9 @@
// https://w3c.github.io/touch-events/#touchevent-interface
[
- Constructor(DOMString type, optional TouchEventInit eventInitDict),
Exposed=Window
] interface TouchEvent : UIEvent {
+ constructor(DOMString type, optional TouchEventInit eventInitDict = {});
readonly attribute TouchList touches;
readonly attribute TouchList targetTouches;
readonly attribute TouchList changedTouches;