| 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 a48a0230dd0916685686868aa6eeced84a143518..65b44f698a47a95df16797cbd0aa96149d6e3b0e 100644
|
| --- a/third_party/WebKit/Source/core/dom/Touch.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Touch.idl
|
| @@ -28,7 +28,7 @@
|
| [
|
| Constructor(TouchInit initDict),
|
| ConstructorCallWith=Document,
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface Touch {
|
| readonly attribute long identifier;
|
| readonly attribute EventTarget target;
|
|
|