| Index: core/html/HTMLStyleElement.idl
|
| diff --git a/core/html/HTMLStyleElement.idl b/core/html/HTMLStyleElement.idl
|
| index 70efc266d1c90a07f1a491f1567005f7e53fb68a..a5fd4f35dee49527fcdcf39be6ec9dc005e496d7 100644
|
| --- a/core/html/HTMLStyleElement.idl
|
| +++ b/core/html/HTMLStyleElement.idl
|
| @@ -20,7 +20,7 @@
|
|
|
| interface HTMLStyleElement : HTMLElement {
|
| attribute boolean disabled;
|
| - [EnabledAtRuntime=styleScoped] attribute boolean scoped;
|
| + [EnabledAtRuntime=StyleScoped] attribute boolean scoped;
|
| [Reflect] attribute DOMString media;
|
| [Reflect] attribute DOMString type;
|
|
|
|
|