Index: third_party/WebKit/Source/core/html/HTMLAllCollection.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLAllCollection.idl b/third_party/WebKit/Source/core/html/HTMLAllCollection.idl |
index dc4ba0d437a4af390e9db4183711c285333953df..65e6b4041afd97295b2fe1f631c07126a22b1a14 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLAllCollection.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLAllCollection.idl |
@@ -30,7 +30,7 @@ |
Custom=LegacyCallAsFunction, |
DependentLifetime, |
SetWrapperReferenceFrom=ownerNode, |
- WillBeGarbageCollected, |
+ GarbageCollected, |
] interface HTMLAllCollection { |
readonly attribute unsigned long length; |
[ImplementedAs=item] getter Element (unsigned long index); |