| Index: sky/engine/core/dom/Document.idl
|
| diff --git a/sky/engine/core/dom/Document.idl b/sky/engine/core/dom/Document.idl
|
| index c4921e3b36bfd1f7176d1c488059d9f6a3b5a926..171ec4d8248334dfc964a91b9d679e026977d35a 100644
|
| --- a/sky/engine/core/dom/Document.idl
|
| +++ b/sky/engine/core/dom/Document.idl
|
| @@ -47,8 +47,6 @@ typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext;
|
|
|
| [ImplementedAs=executingWindow] readonly attribute Window defaultView;
|
|
|
| - readonly attribute StyleSheetList styleSheets;
|
| -
|
| readonly attribute DOMString contentType;
|
|
|
| [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString dir;
|
|
|