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

Unified Diff: third_party/WebCore/dom/Element.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/CustomEvent.idl ('k') | third_party/WebCore/dom/MessageEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/Element.idl
diff --git a/third_party/WebCore/dom/Element.idl b/third_party/WebCore/dom/Element.idl
index 85ac1df20aa06a5168d3edfc20bfac56807c28a6..faa73a86d2c0f025aff9cce1de3a706340bffc1a 100644
--- a/third_party/WebCore/dom/Element.idl
+++ b/third_party/WebCore/dom/Element.idl
@@ -41,6 +41,12 @@
raises(DOMException);
NodeList getElementsByTagName(in [Optional=DefaultIsUndefined] DOMString name);
+#if !defined(LANGUAGE_OBJECTIVE_C)
+ // For ObjC this is defined on Node for legacy support.
+ readonly attribute NamedNodeMap attributes;
+ boolean hasAttributes();
+#endif
+
// DOM Level 2 Core
[ObjCLegacyUnnamedParameters] DOMString getAttributeNS(in [TreatNullAs=NullString,Optional=DefaultIsUndefined] DOMString namespaceURI,
« no previous file with comments | « third_party/WebCore/dom/CustomEvent.idl ('k') | third_party/WebCore/dom/MessageEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698