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.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebCore/dom/Attr.idl b/Source/WebCore/dom/Attr.idl
index 992a03b96..e3a802cf2 100644
--- a/Source/WebCore/dom/Attr.idl
+++ b/Source/WebCore/dom/Attr.idl
@@ -21,8 +21,8 @@
module core {
interface [
- CustomMarkFunction,
- GenerateNativeConverter
+ JSCustomMarkFunction,
+ JSGenerateToNativeObject
] Attr : Node {
// DOM Level 1
@@ -31,7 +31,7 @@ module core {
readonly attribute boolean specified;
- attribute [ConvertNullStringTo=Null, TreatNullAs=EmptyString] DOMString value
+ attribute [ConvertNullStringTo=Null, TreatNullAs=NullString] DOMString value
setter raises(DOMException);
// DOM Level 2