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

Unified Diff: core/dom/Attr.idl

Issue 23534036: Roll IDL files forward (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « core/css/WebKitCSSKeyframesRule.idl ('k') | core/dom/DOMImplementation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/Attr.idl
diff --git a/core/dom/Attr.idl b/core/dom/Attr.idl
index 97c7c467a1c60617de8622ef6cda7b3d49ad1b1c..0dcdb021712e0585ad8b1e471bd96a4ddb7b09ff 100644
--- a/core/dom/Attr.idl
+++ b/core/dom/Attr.idl
@@ -35,5 +35,11 @@ interface Attr : Node {
// DOM Level 3
readonly attribute boolean isId;
+
+ // DOM 4
+
+ [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, PerWorldBindings, SetterRaisesException] attribute DOMString prefix;
+ [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString namespaceURI;
+ [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString localName;
};
« no previous file with comments | « core/css/WebKitCSSKeyframesRule.idl ('k') | core/dom/DOMImplementation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698