Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 33439) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -309,6 +309,7 @@ |
| V(NotInitialized, "<not initialized>") \ |
| V(ClassId, "get:_classId") \ |
| V(AllocationStubFor, "Allocation stub for ") \ |
| + V(TempParam, ":temp_param") \ |
| // Contains a list of frequently used strings in a canonicalized form. This |