| Index: tools/dom/src/native_DOMImplementation.dart
|
| ===================================================================
|
| --- tools/dom/src/native_DOMImplementation.dart (revision 36929)
|
| +++ tools/dom/src/native_DOMImplementation.dart (working copy)
|
| @@ -499,7 +499,7 @@
|
| }
|
| }
|
|
|
| -final _printClosure = window.console.log;
|
| +final _printClosure = (s) => window.console.log(s);
|
| final _pureIsolatePrintClosure = (s) {
|
| throw new UnimplementedError("Printing from a background isolate "
|
| "is not supported in the browser");
|
|
|