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 e49a183abbba3d37b78d994e748d57951fe833c1..e3e0e9eeaa6fdfad6a42c4d1eca2e203ff8f699b 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); |