Index: Source/core/dom/Node.idl |
diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl |
index 55643f02a63578fa0c6c8d7b814a21e613d47e16..3d774a2baded3d613789ab1a625f16d0ab0987e1 100644 |
--- a/Source/core/dom/Node.idl |
+++ b/Source/core/dom/Node.idl |
@@ -64,9 +64,9 @@ |
[MeasureAs=NodeIsSupported] boolean isSupported([Default=Undefined] optional DOMString feature, |
[TreatNullAs=NullString,Default=Undefined] optional DOMString version); // Removed in DOM4. |
- [TreatReturnedNullStringAs=Null, PerWorldBindings, MeasureAs=NodeNamespaceURI] readonly attribute DOMString namespaceURI; // Removed from DOM4. |
- [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, PerWorldBindings, SetterRaisesException, MeasureAs=NodePrefix] attribute DOMString prefix; // Removed from DOM4. |
- [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString localName; |
+ [TreatReturnedNullStringAs=Null, PerWorldBindings, MeasureAs=NodeNamespaceURI] readonly attribute DOMString namespaceURI; // Moved to Element and Attr in DOM4. |
+ [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, PerWorldBindings, SetterRaisesException, MeasureAs=NodePrefix] attribute DOMString prefix; // Moved to Element and Attr in DOM4. |
+ [TreatReturnedNullStringAs=Null, PerWorldBindings, MeasureAs=NodeLocalName] readonly attribute DOMString localName; // Moved to Element and Attr in DOM4. |
// Introduced in DOM Level 3: |
[TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString baseURI; |