Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index 2d5655002067c71f7da121c49cf11338363d34e6..62f0964628f4b607f4c249694642f77b9a6ac150 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -1024,7 +1024,7 @@ MaybeHandle<Code> Compiler::GetLazyCode(Handle<JSFunction> function) { |
VMState<COMPILER> state(isolate); |
PostponeInterruptsScope postpone(isolate); |
- info.SetOptimizing(BailoutId::None(), handle(function->shared()->code())); |
+ info.SetOptimizing(); |
if (GetOptimizedCodeNow(&info)) { |
DCHECK(function->shared()->is_compiled()); |