| Index: runtime/vm/parser.cc
|
| ===================================================================
|
| --- runtime/vm/parser.cc (revision 1669)
|
| +++ runtime/vm/parser.cc (working copy)
|
| @@ -30,7 +30,7 @@
|
| // All references to Dart names are listed here.
|
| static const char* kAssertionErrorName = "AssertionError";
|
| static const char* kFallThroughErrorName = "FallThroughError";
|
| -static const char* kThrowNewName = "throwNew";
|
| +static const char* kThrowNewName = "_throwNew";
|
| static const char* kGrowableObjectArrayFromArrayName =
|
| "GrowableObjectArray._usingArray";
|
| static const char* kGrowableObjectArrayName = "GrowableObjectArray";
|
|
|