Chromium Code Reviews| Index: src/profile-generator-inl.h |
| diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h |
| index 5a984e5a585139e8efb0c360b8181246815658f4..0a3654d1470343dad033c08188f2df586675a1da 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) { |
| } |
|
Yang
2013/09/04 15:18:56
Ditto, you could move that } to the previous line.
loislo
2013/09/05 07:47:58
Done.
|