| Index: tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/html_dartium.darttemplate b/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| index dc6d0d110252567fcb4983dea422f67c62318f34..825b6c879fbc0519ae75b62d39875b43d5f7887a 100644
|
| --- a/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| @@ -77,7 +77,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);
|
|
|