Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index b85a830baacf1e1dfbe7ed291a2111846e4355c2..6f448b74aee44cfdb5522278456abc413c48de8c 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -873,7 +873,6 @@ MaybeHandle<Code> Compiler::GetLazyCode(Handle<JSFunction> function) { |
info.MarkAsContextSpecializing(); |
info.MarkAsTypingEnabled(); |
- info.MarkAsInliningDisabled(); |
if (GetOptimizedCodeNow(&info)) { |
DCHECK(function->shared()->is_compiled()); |