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