| Index: Source/core/dom/Attr.idl
|
| diff --git a/Source/core/dom/Attr.idl b/Source/core/dom/Attr.idl
|
| index d1d6d523bebaaa11160f4e15ded2489bfb2aac84..54540ba1d6648299e1f6c8b91edabb936a2eabc5 100644
|
| --- a/Source/core/dom/Attr.idl
|
| +++ b/Source/core/dom/Attr.idl
|
| @@ -33,9 +33,4 @@ interface Attr : Node {
|
| [MeasureAs=AttributeOwnerElement] readonly attribute Element? ownerElement;
|
|
|
| [MeasureAs=AttributeSpecified] readonly attribute boolean specified; // useless; always returns true
|
| -
|
| - // FIXME: Attr should not have any child nodes. crbug.com/305105
|
| - [DeprecateAs=AttrChildAccess] readonly attribute NodeList childNodes;
|
| - [DeprecateAs=AttrChildAccess] readonly attribute Node firstChild;
|
| - [DeprecateAs=AttrChildAccess] readonly attribute Node lastChild;
|
| };
|
|
|