| Index: Source/core/dom/Attr.idl
|
| diff --git a/Source/core/dom/Attr.idl b/Source/core/dom/Attr.idl
|
| index 0dcdb021712e0585ad8b1e471bd96a4ddb7b09ff..c145935a54de45572bb9f8157df7e656356a40e0 100644
|
| --- a/Source/core/dom/Attr.idl
|
| +++ b/Source/core/dom/Attr.idl
|
| @@ -26,7 +26,7 @@ interface Attr : Node {
|
|
|
| readonly attribute boolean specified;
|
|
|
| - [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, SetterRaisesException, CustomElementCallbacks=Enable] attribute DOMString value;
|
| + [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, SetterRaisesException, CustomElementCallbacks] attribute DOMString value;
|
|
|
| // DOM Level 2
|
|
|
|
|