Chromium Code Reviews| Index: core/dom/TouchList.idl |
| diff --git a/core/dom/TouchList.idl b/core/dom/TouchList.idl |
| index 351a59cbc20fd233e338a678f98836bebdea5ae2..516946de77511bb7d5743023113aa2bfc83abe81 100644 |
| --- a/core/dom/TouchList.idl |
| +++ b/core/dom/TouchList.idl |
| @@ -23,7 +23,9 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -interface TouchList { |
| +[ |
| + WillBeGarbageCollected, |
| +] interface TouchList { |
| readonly attribute unsigned long length; |
| getter Touch item(unsigned long index); |