Index: Source/core/dom/TouchList.idl |
diff --git a/Source/core/dom/TouchList.idl b/Source/core/dom/TouchList.idl |
index 351a59cbc20fd233e338a678f98836bebdea5ae2..bb5907f0766e1c901371d4eee3c8a4eed89e51a9 100644 |
--- a/Source/core/dom/TouchList.idl |
+++ b/Source/core/dom/TouchList.idl |
@@ -23,7 +23,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface TouchList { |
+[ |
+ WillBeGarbageCollected |
Nils Barth (inactive)
2014/03/05 07:49:13
Ditto.
|
+] interface TouchList { |
readonly attribute unsigned long length; |
getter Touch item(unsigned long index); |