| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 0b75c8991ba044d426f8fa15b766e460c796acf2..b46a201240ace18de63c56e60af31b0a2aee4130 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -139,6 +139,7 @@ void CompilationInfo::Initialize(Isolate* isolate,
|
| if (script_->type()->value() == Script::TYPE_NATIVE) MarkAsNative();
|
| if (isolate_->debug()->is_active()) MarkAsDebug();
|
| if (FLAG_context_specialization) MarkAsContextSpecializing();
|
| + if (FLAG_turbo_types) MarkAsTypingEnabled();
|
|
|
| if (!shared_info_.is_null()) {
|
| DCHECK(strict_mode() == SLOPPY);
|
|
|