| Index: sky/engine/core/dom/Document.idl
|
| diff --git a/sky/engine/core/dom/Document.idl b/sky/engine/core/dom/Document.idl
|
| index 63ad00a4492d4b6678e7124b53c51abe87f450d0..c4921e3b36bfd1f7176d1c488059d9f6a3b5a926 100644
|
| --- a/sky/engine/core/dom/Document.idl
|
| +++ b/sky/engine/core/dom/Document.idl
|
| @@ -96,7 +96,6 @@ typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext;
|
| readonly attribute boolean hidden;
|
|
|
| readonly attribute HTMLScriptElement currentScript;
|
| - attribute any exports;
|
| };
|
|
|
| Document implements ParentNode;
|
|
|