| Index: runtime/vm/stub_code.h
|
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
|
| index cf25bba2815741b7ea34dfd91e842cdfbd1dafa0..b3834782fa25227582fe2a16017afe2161652019 100644
|
| --- a/runtime/vm/stub_code.h
|
| +++ b/runtime/vm/stub_code.h
|
| @@ -57,6 +57,7 @@ class RawCode;
|
| V(Subtype1TestCache) \
|
| V(Subtype2TestCache) \
|
| V(Subtype3TestCache) \
|
| + V(AllocateContext) \
|
|
|
| // Is it permitted for the stubs above to refer to Object::null(), which is
|
| // allocated in the VM isolate and shared across all isolates.
|
| @@ -68,7 +69,6 @@ class RawCode;
|
| // embedded objects and hence cannot be shared across isolates.
|
| #define STUB_CODE_LIST(V) \
|
| V(CallClosureNoSuchMethod) \
|
| - V(AllocateContext) \
|
|
|
|
|
| // class StubEntry is used to describe stub methods generated in dart to
|
|
|