| Index: runtime/vm/stub_code.h
|
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
|
| index aa913bed01e8f387383ff97c27d39521c75107b0..602253a95bcfee283737d851f18fe8c1ce9044e3 100644
|
| --- a/runtime/vm/stub_code.h
|
| +++ b/runtime/vm/stub_code.h
|
| @@ -20,8 +20,8 @@ class RawCode;
|
| // List of stubs created in the VM isolate, these stubs are shared by different
|
| // isolates running in this dart process.
|
| #define VM_STUB_CODE_LIST(V) \
|
| - V(CallToRuntime) \
|
| V(PrintStopMessage) \
|
| + V(CallToRuntime) \
|
| V(CallBootstrapCFunction) \
|
| V(CallNativeCFunction) \
|
| V(AllocateArray) \
|
|
|