| Index: core/dom/Attr.idl
|
| diff --git a/core/dom/Attr.idl b/core/dom/Attr.idl
|
| index 8494da41e76a94c73a7506c6eb5feedab8df97ff..00d9205a929d29b85f45ec0dcbae26fe2b226240 100644
|
| --- a/core/dom/Attr.idl
|
| +++ b/core/dom/Attr.idl
|
| @@ -26,7 +26,7 @@ interface Attr : Node {
|
|
|
| [MeasureAs=AttributeSpecified] readonly attribute boolean specified;
|
|
|
| - [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, SetterRaisesException, CustomElementCallbacks] attribute DOMString value;
|
| + [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, RaisesException=Setter, CustomElementCallbacks] attribute DOMString value;
|
|
|
| // DOM Level 2
|
|
|
| @@ -38,7 +38,7 @@ interface Attr : Node {
|
|
|
| // DOM 4
|
|
|
| - [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, PerWorldBindings, SetterRaisesException] attribute DOMString prefix;
|
| + [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, PerWorldBindings, RaisesException=Setter] attribute DOMString prefix;
|
| [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString namespaceURI;
|
| [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString localName;
|
| };
|
|
|