| Index: src/profile-generator-inl.h
|
| diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h
|
| index 6791c88c56ec44ad028015e7640c4092fd883743..5a984e5a585139e8efb0c360b8181246815658f4 100644
|
| --- a/src/profile-generator-inl.h
|
| +++ b/src/profile-generator-inl.h
|
| @@ -73,7 +73,6 @@ bool CodeEntry::is_js_function_tag(Logger::LogEventsAndTags tag) {
|
| ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry)
|
| : tree_(tree),
|
| entry_(entry),
|
| - total_ticks_(0),
|
| self_ticks_(0),
|
| children_(CodeEntriesMatch),
|
| id_(tree->next_node_id()) {
|
|
|