| Index: third_party/WebCore/html/HTMLPropertiesCollection.idl
|
| diff --git a/third_party/WebCore/html/HTMLPropertiesCollection.idl b/third_party/WebCore/html/HTMLPropertiesCollection.idl
|
| index d2c8e31275ec9f3f656dce1cec860f8e2f642265..760f53acf4c86fbd2ec3563601c2000f356e3ac1 100644
|
| --- a/third_party/WebCore/html/HTMLPropertiesCollection.idl
|
| +++ b/third_party/WebCore/html/HTMLPropertiesCollection.idl
|
| @@ -40,8 +40,6 @@ module html {
|
| Node item(in unsigned long index);
|
|
|
| readonly attribute DOMStringList names;
|
| -
|
| - // FIXME: HTML5 specifies that this should return PropertyNodeList.
|
| - NodeList namedItem(in DOMString name);
|
| + PropertyNodeList namedItem(in DOMString name);
|
| };
|
| }
|
|
|