Chromium Code Reviews| Index: src/assembler.h |
| =================================================================== |
| --- src/assembler.h (revision 2686) |
| +++ src/assembler.h (working copy) |
| @@ -398,6 +398,9 @@ |
| // Static variable Factory::the_hole_value.location() |
| static ExternalReference the_hole_value_location(); |
| + // Static variable Heap::roots_address() |
| + static ExternalReference roots_address(); |
| + |
| // Static variable StackGuard::address_of_jslimit() |
| static ExternalReference address_of_stack_guard_limit(); |