Chromium Code Reviews| Index: src/profile-generator-inl.h |
| diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h |
| index 6e7f499fbcb907e01f425e0811799180929c40e2..4e6302c37eb102ec9fcf3a0bec92f8f9c96cf1c5 100644 |
| --- a/src/profile-generator-inl.h |
| +++ b/src/profile-generator-inl.h |
| @@ -74,7 +74,8 @@ ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry) |
| entry_(entry), |
| total_ticks_(0), |
| self_ticks_(0), |
| - children_(CodeEntriesMatch) { |
| + children_(CodeEntriesMatch), |
| + id_(tree->next_node_id()) { |
| } |