Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: sky/engine/core/html/HTMLIFrameElement.idl

Issue 948943002: Gets HTMLIFrameElement::embedViewManagerClient to work with dart (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: feedback Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/html/HTMLIFrameElement.cpp ('k') | sky/engine/tonic/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
};
« no previous file with comments | « sky/engine/core/html/HTMLIFrameElement.cpp ('k') | sky/engine/tonic/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698