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

Unified Diff: sky/framework/embedder.dart

Issue 1020073003: Fix a typo in embedder.dart (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/embedder.dart
diff --git a/sky/framework/embedder.dart b/sky/framework/embedder.dart
index 9f7bafd86b85d69c743d7bd6c733b5e13e336e32..facb7cd85c3c3a11f81a34f1fb58a8f08a234aca 100644
--- a/sky/framework/embedder.dart
+++ b/sky/framework/embedder.dart
@@ -25,7 +25,7 @@ class _EmbedderImpl {
new core.MojoHandle(internals.takeServicesProvidedToEmbedder());
var proxyHandle =
new core.MojoHandle(internals.takeServicesProvidedByEmbedder());
- _connection = new ApplicationConection(
+ _connection = new ApplicationConnection(
stubHandle.isValid ? new ServiceProviderStub.fromHandle(stubHandle) : null,
proxyHandle.isValid ? new ServiceProviderProxy.fromHandle(proxyHandle) : null);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698