| Index: tools/dom/src/native_DOMImplementation.dart
|
| diff --git a/tools/dom/src/native_DOMImplementation.dart b/tools/dom/src/native_DOMImplementation.dart
|
| index 89e4f726d7b5e8ced72b48c969b9cb13af5ae8c1..0e62774be0ed0d408bb5ab3d7e8469e2598e44a8 100644
|
| --- a/tools/dom/src/native_DOMImplementation.dart
|
| +++ b/tools/dom/src/native_DOMImplementation.dart
|
| @@ -184,7 +184,7 @@ _helperIsolateMain() {
|
|
|
| final _printClosure = window.console.log;
|
| final _pureIsolatePrintClosure = (s) {
|
| - _sendToHelperIsolate([_PRINT, s]);
|
| + _sendToHelperIsolate([_PRINT, s], null);
|
| };
|
|
|
| final _forwardingPrintClosure = _Utils.forwardingPrint;
|
|
|