Chromium Code Reviews| Index: src/assembler.h |
| =================================================================== |
| --- src/assembler.h (revision 6199) |
| +++ src/assembler.h (working copy) |
| @@ -512,6 +512,9 @@ |
| // Static variable Factory::the_hole_value.location() |
| static ExternalReference the_hole_value_location(); |
| + // Static variable Factory::arguments_marker.location() |
| + static ExternalReference arguments_marker_location(); |
| + |
| // Static variable Heap::roots_address() |
| static ExternalReference roots_address(); |