| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 59d2fb8b1814f5c47d5dd0d888df7ee64e9478c8..4cae3e65f864719f9dbbd4aa0283dffb56cf5f2a 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -185,7 +185,7 @@ void CompilationInfo::Initialize(Isolate* isolate,
|
| DCHECK(strict_mode() == SLOPPY);
|
| SetStrictMode(shared_info_->strict_mode());
|
| }
|
| - bailout_reason_ = kUnknown;
|
| + bailout_reason_ = kNoReason;
|
|
|
| if (!shared_info().is_null() && shared_info()->is_compiled()) {
|
| // We should initialize the CompilationInfo feedback vector from the
|
|
|