Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 29605) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -287,6 +287,7 @@ |
| V(hashCode, "get:hashCode") \ |
| V(_leftShiftWithMask32, "_leftShiftWithMask32") \ |
| V(OptimizedOut, "<optimized out>") \ |
| + V(ClassId, "get:_classId") \ |
| // Contains a list of frequently used strings in a canonicalized form. This |