summaryrefslogtreecommitdiff
path: root/Source/WebCore/dom/Attr.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/Attr.idl')
-rw-r--r--Source/WebCore/dom/Attr.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/dom/Attr.idl b/Source/WebCore/dom/Attr.idl
index e3a802cf2..300896723 100644
--- a/Source/WebCore/dom/Attr.idl
+++ b/Source/WebCore/dom/Attr.idl
@@ -27,11 +27,11 @@ module core {
// DOM Level 1
- readonly attribute [ConvertNullStringTo=Null] DOMString name;
+ readonly attribute [TreatReturnedNullStringAs=Null] DOMString name;
readonly attribute boolean specified;
- attribute [ConvertNullStringTo=Null, TreatNullAs=NullString] DOMString value
+ attribute [TreatReturnedNullStringAs=Null, TreatNullAs=NullString] DOMString value
setter raises(DOMException);
// DOM Level 2