| Index: src/profile-generator-inl.h
|
| diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h
|
| index d92085ac32d1e284e84b6a6618b1c114aa217590..eca4a74ac088b53723979c506f3144259d3ab84a 100644
|
| --- a/src/profile-generator-inl.h
|
| +++ b/src/profile-generator-inl.h
|
| @@ -56,7 +56,8 @@ CodeEntry::CodeEntry(Logger::LogEventsAndTags tag,
|
| line_number_(line_number),
|
| shared_id_(0),
|
| script_id_(v8::Script::kNoScriptId),
|
| - no_frame_ranges_(NULL) {
|
| + no_frame_ranges_(NULL),
|
| + bailout_reason_(kEmptyBailoutReason) {
|
| }
|
|
|
|
|
|
|