| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 22595)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -2421,7 +2421,8 @@
|
| kPatchCode, // Buffer for patching code entry.
|
| kLazyDeoptJump, // Lazy deoptimization trampoline.
|
| kIcCall, // IC call.
|
| - kFuncCall, // Call to known target, e.g. static call, closure call.
|
| + kFuncCall, // Call to known target, e.g. static call.
|
| + kClosureCall, // Closure call.
|
| kReturn, // Return from function.
|
| kOther
|
| };
|
|
|