Chromium Code Reviews| Index: vm/unit_test.h |
| =================================================================== |
| --- vm/unit_test.h (revision 14046) |
| +++ vm/unit_test.h (working copy) |
| @@ -132,6 +132,9 @@ |
| } |
| +#define NewString(str) Dart_NewStringFromCString(str) |
|
cshapiro
2012/10/24 23:52:29
Why not just rename this function globally?
siva
2012/10/26 21:38:29
Causes too many indentation issues and since most
|
| + |
| + |
| namespace dart { |
| // Forward declarations. |