Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 34429) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -241,7 +241,7 @@ |
| V(DotCreate, "._create") \ |
| V(DotWithType, "._withType") \ |
| V(_id, "_id") \ |
| - V(_get_or_create, "_get_or_create") \ |
| + V(_get, "_get") \ |
| V(RangeError, "RangeError") \ |
| V(ArgumentError, "ArgumentError") \ |
| V(FormatException, "FormatException") \ |