Chromium Code Reviews| Index: Source/core/html/HTMLAllCollection.idl |
| diff --git a/Source/core/html/HTMLAllCollection.idl b/Source/core/html/HTMLAllCollection.idl |
| index 5ca9c6b3c3b09357e9047816381e4d8ee24c8295..852d661960f6c1ae8c765b088d5319f08c19fb56 100644 |
| --- a/Source/core/html/HTMLAllCollection.idl |
| +++ b/Source/core/html/HTMLAllCollection.idl |
| @@ -28,7 +28,7 @@ |
| [ |
| Custom=LegacyCallAsFunction, |
| DependentLifetime, |
| - SetWrapperReferenceFrom=ownerNode, |
| + SetWrapperReferenceFromReference=ownerNode, |
|
haraken
2014/02/26 00:53:51
Is it likely that you can completely replace [SetW
|
| ] interface HTMLAllCollection { |
| readonly attribute unsigned long length; |
| [ImplementedAs=item] getter Element (unsigned long index); |