Index: sky/engine/core/html/HTMLIFrameElement.idl |
diff --git a/sky/engine/core/html/HTMLIFrameElement.idl b/sky/engine/core/html/HTMLIFrameElement.idl |
index aace35fb9056bc7520d51c69437869268b12c8bd..25d3f91eaea8dcf60dc03e9640e2c873e2b2f151 100644 |
--- a/sky/engine/core/html/HTMLIFrameElement.idl |
+++ b/sky/engine/core/html/HTMLIFrameElement.idl |
@@ -5,7 +5,7 @@ |
interface HTMLIFrameElement : HTMLElement { |
[Reflect, URL] attribute DOMString src; |
- // void embedViewManagerClient(any client); |
+ void embedViewManagerClient(any client); |
// [CallWith=ScriptState] any takeServicesHandle(); |
// [CallWith=ScriptState] any takeExposedServicesHandle(); |
}; |