| Index: src/profile-generator-inl.h
|
| ===================================================================
|
| --- src/profile-generator-inl.h (revision 5492)
|
| +++ src/profile-generator-inl.h (working copy)
|
| @@ -46,8 +46,7 @@
|
|
|
|
|
| CodeEntry::CodeEntry(int security_token_id)
|
| - : call_uid_(0),
|
| - tag_(Logger::FUNCTION_TAG),
|
| + : tag_(Logger::FUNCTION_TAG),
|
| name_prefix_(kEmptyNamePrefix),
|
| name_(""),
|
| resource_name_(""),
|
| @@ -62,8 +61,7 @@
|
| const char* resource_name,
|
| int line_number,
|
| int security_token_id)
|
| - : call_uid_(next_call_uid_++),
|
| - tag_(tag),
|
| + : tag_(tag),
|
| name_prefix_(name_prefix),
|
| name_(name),
|
| resource_name_(resource_name),
|
|
|