| Index: core/html/HTMLAllCollection.idl
|
| diff --git a/core/html/HTMLAllCollection.idl b/core/html/HTMLAllCollection.idl
|
| index 5eae2ee3bb5b3c8f41cdf017299981e0a0e77cd3..9f87dd441defa45cc87c30a6914852e29af0c10d 100644
|
| --- a/core/html/HTMLAllCollection.idl
|
| +++ b/core/html/HTMLAllCollection.idl
|
| @@ -35,6 +35,6 @@
|
| [ImplementedAs=anonymousNamedGetter, NotEnumerable] getter (NodeList or Node)(DOMString name);
|
| [Custom] Node namedItem(DOMString name);
|
| // FIXME: This should return an HTMLAllCollection.
|
| - NodeList tags(DOMString name);
|
| + [MeasureAs=DocumentAllTags] NodeList tags(DOMString name);
|
| };
|
|
|
|
|