| Index: src/profile-generator-inl.h
|
| diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h
|
| index c53d749918e2d036393d535730eb09d5e670fb8e..3e8204618dbfe4f090fd07a2f720ebe56e3ab7a6 100644
|
| --- a/src/profile-generator-inl.h
|
| +++ b/src/profile-generator-inl.h
|
| @@ -25,6 +25,8 @@ CodeEntry::CodeEntry(Logger::LogEventsAndTags tag, const char* name,
|
| script_id_(v8::UnboundScript::kNoScriptId),
|
| no_frame_ranges_(NULL),
|
| bailout_reason_(kEmptyBailoutReason),
|
| + deopt_reason_(kEmptyBailoutReason),
|
| + deopt_location_(0),
|
| line_info_(line_info),
|
| instruction_start_(instruction_start) {}
|
|
|
|
|