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

Unified Diff: sky/examples/dart-mojo.sky

Issue 944733002: Sky should expose services provided to/by embedder (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « no previous file | sky/framework/embedder.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/dart-mojo.sky
diff --git a/sky/examples/dart-mojo.sky b/sky/examples/dart-mojo.sky
index c540292739a9acc26d064fe72707c1fd0b9cc7e8..cee9de92d13e0db47fc7f89523478e7bd5d80058 100644
--- a/sky/examples/dart-mojo.sky
+++ b/sky/examples/dart-mojo.sky
@@ -74,7 +74,7 @@ main() {
var messagePipe = new MojoMessagePipe();
var wget = new WGet(messagePipe.endpoints[1]);
wget.listen();
- var shellProxy = new shell_mojom.ShellProxy.fromHandle(new MojoHandle(internals.passShellProxyHandle()));
+ var shellProxy = new shell_mojom.ShellProxy.fromHandle(new MojoHandle(internals.takeShellProxyHandle()));
wget.initializeFromShellProxy(shellProxy, ["mojo:wget", "http://www.google.com"], "mojo:wget");
}
« no previous file with comments | « no previous file | sky/framework/embedder.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698