| Index: src/compiler/code-generator.h
|
| diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h
|
| index 84c3922ee8149e45e4bcaf17f20a7a269a72aaf2..641bbed1a1d6498af477f9eddb5a8c1bd1b25b37 100644
|
| --- a/src/compiler/code-generator.h
|
| +++ b/src/compiler/code-generator.h
|
| @@ -60,7 +60,7 @@ class CodeGenerator FINAL : public GapResolver::Assembler {
|
|
|
| // Assemble code for the specified instruction.
|
| void AssembleInstruction(Instruction* instr);
|
| - void AssembleSourcePosition(SourcePositionInstruction* instr);
|
| + void AssembleSourcePosition(Instruction* instr);
|
| void AssembleGaps(Instruction* instr);
|
|
|
| // ===========================================================================
|
|
|