| Index: third_party/WebKit/Source/core/dom/DOMTokenList.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMTokenList.idl b/third_party/WebKit/Source/core/dom/DOMTokenList.idl
|
| index b7e8d5872f0d6e60e8a8362edea4dbeb5a6400a0..eb00c07b06de68bf55c809bbbd82a275608d6ccc 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMTokenList.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMTokenList.idl
|
| @@ -26,7 +26,7 @@
|
|
|
| [
|
| SetWrapperReferenceFrom=element,
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface DOMTokenList {
|
| readonly attribute unsigned long length;
|
| getter DOMString? item(unsigned long index);
|
|
|