Index: third_party/WebKit/Source/core/events/TouchEvent.idl |
diff --git a/third_party/WebKit/Source/core/events/TouchEvent.idl b/third_party/WebKit/Source/core/events/TouchEvent.idl |
index 00a290a05071cd6edef686535fec4f73948b6ba5..f49113f67ae2904e980a2272b531f39ec0e89125 100644 |
--- a/third_party/WebKit/Source/core/events/TouchEvent.idl |
+++ b/third_party/WebKit/Source/core/events/TouchEvent.idl |
@@ -25,9 +25,9 @@ |
// https://w3c.github.io/touch-events/#touchevent-interface |
-// TODO(rbyers): TouchEvent should have a constructor. http://crbug.com/508675 |
- |
-interface TouchEvent : UIEvent { |
+[ |
+ Constructor(DOMString type, optional TouchEventInit eventInitDict), |
+] interface TouchEvent : UIEvent { |
readonly attribute TouchList touches; |
readonly attribute TouchList targetTouches; |
readonly attribute TouchList changedTouches; |