| Index: Source/core/dom/Attr.idl
|
| diff --git a/Source/core/dom/Attr.idl b/Source/core/dom/Attr.idl
|
| index 24031706059b5f5315d8818ecdbd4fdea062933d..a2fab303c4f729f7f69e68fa415402344a7a67c8 100644
|
| --- a/Source/core/dom/Attr.idl
|
| +++ b/Source/core/dom/Attr.idl
|
| @@ -24,7 +24,7 @@ interface Attr : Node {
|
|
|
| [TreatReturnedNullStringAs=Null] readonly attribute DOMString name;
|
|
|
| - [DeprecateAs=AttributeSpecified] readonly attribute boolean specified;
|
| + [MeasureAs=AttributeSpecified] readonly attribute boolean specified;
|
|
|
| [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, RaisesException=Setter, CustomElementCallbacks] attribute DOMString value;
|
|
|
|
|