| Index: Source/core/html/HTMLStyleElement.idl
|
| diff --git a/Source/core/html/HTMLStyleElement.idl b/Source/core/html/HTMLStyleElement.idl
|
| index ecc6b2bd57d23f52ecd8ff8a1125318866292743..42a38de99d4a1af534c83feb1822b35086122765 100644
|
| --- a/Source/core/html/HTMLStyleElement.idl
|
| +++ b/Source/core/html/HTMLStyleElement.idl
|
| @@ -20,6 +20,7 @@
|
|
|
| interface HTMLStyleElement : HTMLElement {
|
| attribute boolean disabled;
|
| + [RuntimeEnabled=StyleScoped] attribute boolean scoped;
|
| [Reflect] attribute DOMString media;
|
| [Reflect] attribute DOMString type;
|
|
|
|
|