| Index: sky/engine/core/html/HTMLIFrameElement.idl
|
| diff --git a/sky/engine/core/html/HTMLIFrameElement.idl b/sky/engine/core/html/HTMLIFrameElement.idl
|
| index 405860065b41910b81464ca903d2b7b5564474bb..1a4e2309dc3ffabd992f882822b729baa7c48cee 100644
|
| --- a/sky/engine/core/html/HTMLIFrameElement.idl
|
| +++ b/sky/engine/core/html/HTMLIFrameElement.idl
|
| @@ -3,6 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| interface HTMLIFrameElement : HTMLElement {
|
| + [Reflect, URL] attribute DOMString src;
|
| +
|
| [CallWith=ScriptState] any takeServicesHandle();
|
| [CallWith=ScriptState] any takeExposedServicesHandle();
|
| };
|
|
|