Index: src/crankshaft/x64/lithium-codegen-x64.h |
diff --git a/src/crankshaft/x64/lithium-codegen-x64.h b/src/crankshaft/x64/lithium-codegen-x64.h |
index c586ef59af25c9fe614829758051b60442f70bfb..8fb27e5f6a68dbc689d47ffeb99b8eb5e627fb30 100644 |
--- a/src/crankshaft/x64/lithium-codegen-x64.h |
+++ b/src/crankshaft/x64/lithium-codegen-x64.h |
@@ -238,7 +238,7 @@ class LCodeGen: public LCodeGenBase { |
void EmitIntegerMathAbs(LMathAbs* instr); |
void EmitSmiMathAbs(LMathAbs* instr); |
- // Support for recording safepoint and position information. |
+ // Support for recording safepoint information. |
void RecordSafepoint(LPointerMap* pointers, |
Safepoint::Kind kind, |
int arguments, |
@@ -248,7 +248,6 @@ class LCodeGen: public LCodeGenBase { |
void RecordSafepointWithRegisters(LPointerMap* pointers, |
int arguments, |
Safepoint::DeoptMode mode); |
- void RecordAndWritePosition(int position) override; |
static Condition TokenToCondition(Token::Value op, bool is_unsigned); |
void EmitGoto(int block); |