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 926f843c532c60e738865e7900ebe4edf4a2768e..9436b383d3df718f482bc5d2cbd48a16418413ec 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; |