Index: src/compiler/code-generator.h |
diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h |
index 22ba727983170eceb4583eb527b8f7b3b52ae374..964d62bef9e49d691bb1494ce6e9b3d28a999bf7 100644 |
--- a/src/compiler/code-generator.h |
+++ b/src/compiler/code-generator.h |
@@ -123,7 +123,8 @@ class CodeGenerator final : public GapResolver::Assembler { |
void AssembleArchTableSwitch(Instruction* instr); |
CodeGenResult AssembleDeoptimizerCall(int deoptimization_id, |
- Deoptimizer::BailoutType bailout_type); |
+ Deoptimizer::BailoutType bailout_type, |
+ SourcePosition pos); |
// Generates an architecture-specific, descriptor-specific prologue |
// to set up a stack frame. |