Chromium Code Reviews| Index: bin/builtin.dart |
| =================================================================== |
| --- bin/builtin.dart (revision 1595) |
| +++ bin/builtin.dart (working copy) |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| #library("builtin"); |
| +#import("dart:nativewrappers"); |
|
Ivan Posva
2011/11/17 19:35:06
As discussed you can add #import("dart:coreimpl");
siva
2011/11/17 20:00:17
Done.
|
| void print(arg) { |
| _Logger._printString(arg.toString()); |