diff options
Diffstat (limited to 'WebCore/dom/Attr.idl')
-rw-r--r-- | WebCore/dom/Attr.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/Attr.idl b/WebCore/dom/Attr.idl index 3c73bc0..d959cd1 100644 --- a/WebCore/dom/Attr.idl +++ b/WebCore/dom/Attr.idl @@ -31,7 +31,7 @@ module core { readonly attribute boolean specified; - attribute [ConvertNullStringTo=Null, ConvertNullToNullString, CustomSetter] DOMString value + attribute [ConvertNullStringTo=Null, ConvertNullToNullString] DOMString value setter raises(DOMException); // DOM Level 2 |