| Index: src/profile-generator-inl.h
|
| diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h
|
| index 0f17c4f686028b9e86a91598c8cfc89a310367a3..628fa4494e0be1360e86c7c66e70a257af367ff7 100644
|
| --- a/src/profile-generator-inl.h
|
| +++ b/src/profile-generator-inl.h
|
| @@ -59,8 +59,9 @@ bool CodeEntry::is_js_function_tag(Logger::LogEventsAndTags tag) {
|
| }
|
|
|
|
|
| -ProfileNode::ProfileNode(CodeEntry* entry)
|
| - : entry_(entry),
|
| +ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry)
|
| + : tree_(tree),
|
| + entry_(entry),
|
| total_ticks_(0),
|
| self_ticks_(0),
|
| children_(CodeEntriesMatch) {
|
|
|