mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
0dd797975c
commit
aab55efe9c
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user