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

Unified Diff: sky/framework/inspector/inspector.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 | « sky/framework/embedder.sky ('k') | sky/framework/shell.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/inspector/inspector.sky
diff --git a/sky/framework/inspector/inspector.sky b/sky/framework/inspector/inspector.sky
index 18322bc59457f9b14f42d3926eec3b8e57f454e7..e8c274f706bafb5fdaf053ba933a11e145d42dc8 100644
--- a/sky/framework/inspector/inspector.sky
+++ b/sky/framework/inspector/inspector.sky
@@ -118,7 +118,7 @@ class InspectorBackend extends inspector.InspectorBackend.stubClass {
}
(function() {
- var shellHandle = internals.passShellProxyHandle();
+ var shellHandle = internals.takeShellProxyHandle();
var shellProxy = connection.bindHandleToProxy(shellHandle, shellMojom.Shell);
var myShell = new shell.Shell(shellProxy)
var tracingApp = myShell.connectToApplication("mojo:sky_inspector_server");
« no previous file with comments | « sky/framework/embedder.sky ('k') | sky/framework/shell.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698