| Index: core/html/HTMLHeadElement.idl
|
| diff --git a/core/html/HTMLHeadElement.idl b/core/html/HTMLHeadElement.idl
|
| index 738deb73d926324a98419f76059227ea64e08cd1..fb54cb5ab7335e9fc4a53f6d448a7f7fa95fba3e 100644
|
| --- a/core/html/HTMLHeadElement.idl
|
| +++ b/core/html/HTMLHeadElement.idl
|
| @@ -18,5 +18,5 @@
|
| */
|
|
|
| interface HTMLHeadElement : HTMLElement {
|
| - [Reflect, TreatNullAs=NullString, MeasureAs=HTMLHeadElementProfile] attribute DOMString profile;
|
| + [Reflect, TreatNullAs=NullString, DeprecateAs=HTMLHeadElementProfile] attribute DOMString profile;
|
| };
|
|
|