| Index: runtime/vm/stub_code.h
|
| ===================================================================
|
| --- runtime/vm/stub_code.h (revision 7102)
|
| +++ runtime/vm/stub_code.h (working copy)
|
| @@ -33,8 +33,8 @@
|
| V(BreakpointStatic) \
|
| V(BreakpointReturn) \
|
| V(IsRawSubType) \
|
| + V(SubtypeTestCache) \
|
|
|
| -
|
| // Is it permitted for the stubs above to refer to Object::null(), which is
|
| // allocated in the VM isolate and shared across all isolates.
|
| // However, in cases where a simple GC-safe placeholder is needed on the stack,
|
|
|