Index: Source/core/html/HTMLAllCollection.idl |
diff --git a/Source/core/html/HTMLAllCollection.idl b/Source/core/html/HTMLAllCollection.idl |
index 5ca9c6b3c3b09357e9047816381e4d8ee24c8295..d56b8b6dbf560bd7fab369a2cfa1052ea5f9a1ee 100644 |
--- a/Source/core/html/HTMLAllCollection.idl |
+++ b/Source/core/html/HTMLAllCollection.idl |
@@ -29,6 +29,7 @@ |
Custom=LegacyCallAsFunction, |
DependentLifetime, |
SetWrapperReferenceFrom=ownerNode, |
+ WillBeGarbageCollected, |
] interface HTMLAllCollection { |
readonly attribute unsigned long length; |
[ImplementedAs=item] getter Element (unsigned long index); |