Index: Source/core/dom/Attr.idl |
diff --git a/Source/core/dom/Attr.idl b/Source/core/dom/Attr.idl |
index 97c7c467a1c60617de8622ef6cda7b3d49ad1b1c..0dcdb021712e0585ad8b1e471bd96a4ddb7b09ff 100644 |
--- a/Source/core/dom/Attr.idl |
+++ b/Source/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; |
}; |