Chromium Code Reviews| Index: core/dom/DOMTokenList.idl |
| diff --git a/core/dom/DOMTokenList.idl b/core/dom/DOMTokenList.idl |
| index 6072629c32c45f05ae0ea4a46669ac63676e62d8..98d51cff1299ba280eae03b8102c1b1fe5e4f8c4 100644 |
| --- a/core/dom/DOMTokenList.idl |
| +++ b/core/dom/DOMTokenList.idl |
| @@ -24,6 +24,7 @@ |
| [ |
| SetWrapperReferenceFrom=element, |
| + WillBeGarbageCollected, |
| ] interface DOMTokenList { |
| readonly attribute unsigned long length; |
| [TreatReturnedNullStringAs=Null] getter DOMString item(unsigned long index); |