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