| Index: src/assembler.h
|
| diff --git a/src/assembler.h b/src/assembler.h
|
| index b68ad38970892491b039c28f589b2201263b3a2a..0219de229350fad729667e6286a14e25fd711bcd 100644
|
| --- a/src/assembler.h
|
| +++ b/src/assembler.h
|
| @@ -512,6 +512,9 @@ class ExternalReference BASE_EMBEDDED {
|
| // 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();
|
|
|
|
|