Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: third_party/WebCore/dom/Node.idl

Issue 12319151: WebKit IDL roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/dom/NamedNodeMap.idl ('k') | third_party/WebCore/dom/PopStateEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « third_party/WebCore/dom/NamedNodeMap.idl ('k') | third_party/WebCore/dom/PopStateEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698