| Index: src/heap/heap-inl.h
|
| diff --git a/src/heap/heap-inl.h b/src/heap/heap-inl.h
|
| index 80c3b04beef525ba516754ae73bb57a6fcb4c69a..c6185c6e30d3bcd31ae231fe192263dfae8bca5b 100644
|
| --- a/src/heap/heap-inl.h
|
| +++ b/src/heap/heap-inl.h
|
| @@ -70,6 +70,7 @@ PRIVATE_SYMBOL_LIST(SYMBOL_ACCESSOR)
|
| #define SYMBOL_ACCESSOR(name, description) \
|
| Symbol* Heap::name() { return Symbol::cast(roots_[k##name##RootIndex]); }
|
| PUBLIC_SYMBOL_LIST(SYMBOL_ACCESSOR)
|
| +WELL_KNOWN_SYMBOL_LIST(SYMBOL_ACCESSOR)
|
| #undef SYMBOL_ACCESSOR
|
|
|
| #define ROOT_ACCESSOR(type, name, camel_name) \
|
|
|