| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index b5dea1731eeca5c946f09e0894bd7bd4ab7ce83f..b9de515c68fe68ef3c44062308682311f9a21d6a 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -56,7 +56,7 @@ _callPortSync(num id, var message) {
|
| if (!_callPortInitialized) {
|
| window.on['js-result'].listen((event) {
|
| _callPortLastResult = json.parse(_getPortSyncEventData(event));
|
| - }, false);
|
| + });
|
| _callPortInitialized = true;
|
| }
|
| assert(_callPortLastResult == null);
|
|
|