Chromium Code Reviews| Index: sdk/lib/html/dartium/html_dartium.dart |
| =================================================================== |
| --- sdk/lib/html/dartium/html_dartium.dart (revision 36929) |
| +++ sdk/lib/html/dartium/html_dartium.dart (working copy) |
| @@ -37983,7 +37983,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"); |