| Index: sky/engine/core/dom/Document.idl
|
| diff --git a/sky/engine/core/dom/Document.idl b/sky/engine/core/dom/Document.idl
|
| index f2d60a5e6ea0005b334687a7486147f415abf112..42baab3a6431c6106c738140597704a60b95d6ed 100644
|
| --- a/sky/engine/core/dom/Document.idl
|
| +++ b/sky/engine/core/dom/Document.idl
|
| @@ -66,8 +66,6 @@ typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext;
|
| // Mozilla extensions
|
| Selection getSelection();
|
|
|
| - [MeasureAs=DocumentGetCSSCanvasContext] RenderingContext getCSSCanvasContext(DOMString contextId, DOMString name, long width, long height);
|
| -
|
| // HTML 5
|
| readonly attribute Element activeElement;
|
| boolean hasFocus();
|
|
|