Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index 2fb5bf443f7007477c9e656cbc5ce2c7b20a25d1..727f1ae1743159aadc7d56ef5f7e62e8d873c768 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -442,6 +442,7 @@ OptimizedCompileJob::Status OptimizedCompileJob::CreateGraph() { |
} else if (info()->has_global_object() && |
FLAG_native_context_specialization) { |
info()->MarkAsNativeContextSpecializing(); |
+ info()->MarkAsTypingEnabled(); |
} else if (FLAG_turbo_type_feedback) { |
info()->MarkAsTypeFeedbackEnabled(); |
info()->EnsureFeedbackVector(); |