Index: sky/engine/core/dom/Document.idl |
diff --git a/sky/engine/core/dom/Document.idl b/sky/engine/core/dom/Document.idl |
index 5b34c53b4d5692b320f42e449f1ef94f7f59237f..86274037cf7207ab06a5c3956683b7d3f891458f 100644 |
--- a/sky/engine/core/dom/Document.idl |
+++ b/sky/engine/core/dom/Document.idl |
@@ -64,8 +64,7 @@ typedef (CanvasRenderingContext2D or WebGLRenderingContext) RenderingContext; |
readonly attribute Element activeElement; |
boolean hasFocus(); |
- // FIXME(Dictionary): options |
- // [CallWith=ScriptState, CustomElementCallbacks, RaisesException] CustomElementConstructor registerElement(DOMString name); |
+ [RaisesException] void registerElement(DOMString name, any type); |
// Page visibility API. |
readonly attribute DOMString visibilityState; |