| Index: runtime/vm/thread.h
|
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
|
| index 9643c334f1ae15cc7632b0c4f63077ac913dd44a..16eade4f0563a41b18d7595d22e5429923db2c22 100644
|
| --- a/runtime/vm/thread.h
|
| +++ b/runtime/vm/thread.h
|
| @@ -20,6 +20,7 @@ class LongJumpScope;
|
| class Object;
|
| class RawBool;
|
| class RawObject;
|
| +class RawString;
|
| class RuntimeEntry;
|
| class StackResource;
|
| class TimelineEventBlock;
|
| @@ -34,6 +35,8 @@ class Zone;
|
| #define CACHED_ADDRESSES_LIST(V) \
|
| V(uword, update_store_buffer_entry_point_, \
|
| StubCode::UpdateStoreBuffer_entry()->EntryPoint(), 0) \
|
| + V(RawString**, predefined_symbols_address_, \
|
| + Symbols::PredefinedAddress(), NULL) \
|
|
|
| #define CACHED_CONSTANTS_LIST(V) \
|
| CACHED_VM_OBJECTS_LIST(V) \
|
|
|