| 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 4c22d4f18f5c3b730fb84b0f64f6c48005d59841..01555a4cde61dcf15689efa10eb93f19425038b0 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAllCollection.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAllCollection.idl
|
| @@ -36,7 +36,7 @@
|
| // FIXME: The custom item() implementation may return a NodeList, but the
|
| // spec has a (HTMLCollection or Element)? item(DOMString name) method.
|
| [Custom] Element? item([Default=Undefined] optional unsigned long index);
|
| - // FIXME: namedItem() should be a legacycaller. crbug.com/465009
|
| + // FIXME: namedItem() should be a legacycaller.
|
| // FIXME: namedItem() should return an (HTMLCollection or Element)? union.
|
| [ImplementedAs=namedGetter] getter (NodeList or Element)? namedItem(DOMString name);
|
| };
|
|
|