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