Fix a typo in embedder.dart

Connection has two Ns. It was me.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/1020073003
This commit is contained in:
Hans Muller 2015-03-25 16:34:49 -07:00
parent 0dd797975c
commit aab55efe9c

View File

@ -25,7 +25,7 @@ class _EmbedderImpl {
new core.MojoHandle(internals.takeServicesProvidedToEmbedder());
var proxyHandle =
new core.MojoHandle(internals.takeServicesProvidedByEmbedder());
_connection = new ApplicationConection(stubHandle.isValid
_connection = new ApplicationConnection(stubHandle.isValid
? new ServiceProviderStub.fromHandle(stubHandle)
: null, proxyHandle.isValid
? new ServiceProviderProxy.fromHandle(proxyHandle)