| Index: third_party/WebCore/dom/Node.idl
|
| diff --git a/third_party/WebCore/dom/Node.idl b/third_party/WebCore/dom/Node.idl
|
| index 3752641d2a56969821ccbec96e349680570fab05..5ee3b0729f3dc97bcb6c5cf7f096b3a52207fec3 100644
|
| --- a/third_party/WebCore/dom/Node.idl
|
| +++ b/third_party/WebCore/dom/Node.idl
|
| @@ -62,7 +62,6 @@
|
| readonly attribute Node lastChild;
|
| readonly attribute Node previousSibling;
|
| readonly attribute Node nextSibling;
|
| - readonly attribute NamedNodeMap attributes;
|
| readonly attribute Document ownerDocument;
|
|
|
| [ObjCLegacyUnnamedParameters, Custom] Node insertBefore(in [CustomReturn] Node newChild,
|
| @@ -90,7 +89,11 @@
|
| setter raises(DOMException);
|
| readonly attribute [TreatReturnedNullStringAs=Null] DOMString localName;
|
|
|
| +#if defined(LANGUAGE_OBJECTIVE_C)
|
| + readonly attribute NamedNodeMap attributes;
|
| boolean hasAttributes();
|
| +#endif
|
| +
|
|
|
| // Introduced in DOM Level 3:
|
|
|
|
|