| Index: core/html/shadow/HTMLShadowElement.idl
|
| diff --git a/core/html/shadow/HTMLShadowElement.idl b/core/html/shadow/HTMLShadowElement.idl
|
| index a252e144539ca539c121e4d77c07d585a1249ee4..3b6351bec7d6847f526d4ecd9f82122a2590e01b 100644
|
| --- a/core/html/shadow/HTMLShadowElement.idl
|
| +++ b/core/html/shadow/HTMLShadowElement.idl
|
| @@ -30,5 +30,5 @@
|
|
|
| interface HTMLShadowElement : HTMLElement {
|
| attribute boolean resetStyleInheritance;
|
| - readonly attribute ShadowRoot olderShadowRoot;
|
| + [DeprecateAs=HTMLShadowElementOlderShadowRoot] readonly attribute ShadowRoot olderShadowRoot;
|
| };
|
|
|