Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 22827) |
| +++ runtime/vm/object.h (working copy) |
| @@ -2438,6 +2438,7 @@ |
| kFuncCall, // Call to known target, e.g. static call. |
| kClosureCall, // Closure call. |
| kReturn, // Return from function. |
| + kEqualNull, // Stub for comparison with null. |
| kOther |
| }; |