Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index bda2f26c3e0469e89f11b7c83277a87d501a4af7..08f4bc9f5e27de2aaae6abe586d6d93807027762 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -628,8 +628,8 @@ class Compiler : public AllStatic { |
// In the latter case, return the InOptimizationQueue builtin. On failure, |
// return the empty handle. |
MUST_USE_RESULT static MaybeHandle<Code> GetOptimizedCode( |
- Handle<JSFunction> function, Handle<Code> current_code, |
- ConcurrencyMode mode, BailoutId osr_ast_id = BailoutId::None(), |
+ Handle<JSFunction> function, ConcurrencyMode mode, |
+ BailoutId osr_ast_id = BailoutId::None(), |
JavaScriptFrame* osr_frame = nullptr); |
// Generate and return code from previously queued optimization job. |