| Index: core/html/HTMLStyleElement.idl
|
| diff --git a/core/html/HTMLStyleElement.idl b/core/html/HTMLStyleElement.idl
|
| index a5fd4f35dee49527fcdcf39be6ec9dc005e496d7..55d12f2ce7a40f70a888dd49e62ce3a00986f8aa 100644
|
| --- a/core/html/HTMLStyleElement.idl
|
| +++ b/core/html/HTMLStyleElement.idl
|
| @@ -20,9 +20,9 @@
|
|
|
| interface HTMLStyleElement : HTMLElement {
|
| attribute boolean disabled;
|
| - [EnabledAtRuntime=StyleScoped] attribute boolean scoped;
|
| - [Reflect] attribute DOMString media;
|
| - [Reflect] attribute DOMString type;
|
| + [RuntimeEnabled=StyleScoped] attribute boolean scoped;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString media;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString type;
|
|
|
| // DOM Level 2 Style
|
| readonly attribute StyleSheet sheet;
|
|
|