| Index: third_party/WebKit/Source/core/dom/Touch.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Touch.idl b/third_party/WebKit/Source/core/dom/Touch.idl
|
| index 9436b383d3df718f482bc5d2cbd48a16418413ec..064cadcc60592f7b815823b7b290f0f90d2e6aa4 100644
|
| --- a/third_party/WebKit/Source/core/dom/Touch.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Touch.idl
|
| @@ -28,7 +28,6 @@
|
| [
|
| Constructor(TouchInit initDict),
|
| ConstructorCallWith=Document,
|
| - GarbageCollected,
|
| ] interface Touch {
|
| readonly attribute long identifier;
|
| readonly attribute EventTarget target;
|
|
|