| Index: sky/engine/core/html/HTMLStyleElement.idl
|
| diff --git a/sky/engine/core/html/HTMLStyleElement.idl b/sky/engine/core/html/HTMLStyleElement.idl
|
| index ed91655c97dd7b7ecbd57326c30b912cfae5bc04..947286eb452db6f2fad5532544cff14bf89e132a 100644
|
| --- a/sky/engine/core/html/HTMLStyleElement.idl
|
| +++ b/sky/engine/core/html/HTMLStyleElement.idl
|
| @@ -21,7 +21,4 @@
|
| interface HTMLStyleElement : HTMLElement {
|
| [Reflect] attribute DOMString media;
|
| [Reflect] attribute DOMString type;
|
| -
|
| - // DOM Level 2 Style
|
| - readonly attribute StyleSheet sheet;
|
| };
|
|
|