| Index: third_party/WebKit/Source/core/dom/TouchInit.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/TouchInit.idl b/third_party/WebKit/Source/core/dom/TouchInit.idl
|
| index 70ef72137507f9ca5a393b43b5cadae8a8cceffe..2ae7f0f6f415162720d26d65e5c7438f9d8b4d28 100644
|
| --- a/third_party/WebKit/Source/core/dom/TouchInit.idl
|
| +++ b/third_party/WebKit/Source/core/dom/TouchInit.idl
|
| @@ -6,8 +6,7 @@
|
|
|
| dictionary TouchInit {
|
| required long identifier;
|
| - // TODO(foolip): |target| should not be nullable. https://crbug.com/647693
|
| - required EventTarget? target;
|
| + required EventTarget target;
|
| double clientX = 0;
|
| double clientY = 0;
|
| double screenX = 0;
|
|
|