| Index: src/crankshaft/arm64/lithium-codegen-arm64.h
|
| diff --git a/src/crankshaft/arm64/lithium-codegen-arm64.h b/src/crankshaft/arm64/lithium-codegen-arm64.h
|
| index f67ad5ab5dbb88126e1839cbcf05cbbd1d817433..ba68e511d7de9a0bf22c36d1440b93c252c483ae 100644
|
| --- a/src/crankshaft/arm64/lithium-codegen-arm64.h
|
| +++ b/src/crankshaft/arm64/lithium-codegen-arm64.h
|
| @@ -331,8 +331,7 @@ class LCodeGen: public LCodeGenBase {
|
| int formal_parameter_count, int arity,
|
| bool is_tail_call, LInstruction* instr);
|
|
|
| - // Support for recording safepoint and position information.
|
| - void RecordAndWritePosition(int position) override;
|
| + // Support for recording safepoint information.
|
| void RecordSafepoint(LPointerMap* pointers,
|
| Safepoint::Kind kind,
|
| int arguments,
|
|
|