| Index: src/lithium-codegen.h
|
| diff --git a/src/lithium-codegen.h b/src/lithium-codegen.h
|
| index 8f2ccd5640011db478bc0b892c69e8c2ae863899..9caab8127dbe3e34cc3d2a164a6ec59f296fdee7 100644
|
| --- a/src/lithium-codegen.h
|
| +++ b/src/lithium-codegen.h
|
| @@ -62,7 +62,7 @@ class LCodeGenBase BASE_EMBEDDED {
|
| virtual void GenerateBodyInstructionPost(LInstruction* instr) {}
|
|
|
| virtual void EnsureSpaceForLazyDeopt(int space_needed) = 0;
|
| - virtual void RecordAndUpdatePosition(int position) = 0;
|
| + virtual void RecordAndWritePosition(int position) = 0;
|
|
|
| int GetNextEmittedBlock() const;
|
|
|
|
|