Index: Source/core/dom/Touch.idl |
diff --git a/Source/core/dom/Touch.idl b/Source/core/dom/Touch.idl |
index c748ec8e0ef12c585dd9738290a31d720d517fdf..06e93d96844eb3432d5d9daddff021bff53b77b5 100644 |
--- a/Source/core/dom/Touch.idl |
+++ b/Source/core/dom/Touch.idl |
@@ -23,7 +23,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface Touch { |
+[ |
+ WillBeGarbageCollected, |
+] interface Touch { |
readonly attribute long clientX; |
readonly attribute long clientY; |
readonly attribute long screenX; |