| Index: core/dom/Attr.idl
|
| diff --git a/core/dom/Attr.idl b/core/dom/Attr.idl
|
| index 0dcdb021712e0585ad8b1e471bd96a4ddb7b09ff..8494da41e76a94c73a7506c6eb5feedab8df97ff 100644
|
| --- a/core/dom/Attr.idl
|
| +++ b/core/dom/Attr.idl
|
| @@ -24,17 +24,17 @@ interface Attr : Node {
|
|
|
| [TreatReturnedNullStringAs=Null] readonly attribute DOMString name;
|
|
|
| - readonly attribute boolean specified;
|
| + [MeasureAs=AttributeSpecified] 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
|
|
|
| - readonly attribute Element ownerElement;
|
| + [MeasureAs=AttributeOwnerElement] readonly attribute Element ownerElement;
|
|
|
| // DOM Level 3
|
|
|
| - readonly attribute boolean isId;
|
| + [MeasureAs=AttributeIsId] readonly attribute boolean isId;
|
|
|
| // DOM 4
|
|
|
|
|