| Index: src/profile-generator-inl.h
|
| diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h
|
| index 3df6af06f617ace0642f904c99445978239e1fc2..4bcfa9b1ecbb260073ebd402a14183c497f9e090 100644
|
| --- a/src/profile-generator-inl.h
|
| +++ b/src/profile-generator-inl.h
|
| @@ -45,16 +45,6 @@ const char* StringsStorage::GetFunctionName(const char* name) {
|
| }
|
|
|
|
|
| -CodeEntry::CodeEntry(int security_token_id)
|
| - : tag_(Logger::FUNCTION_TAG),
|
| - name_prefix_(kEmptyNamePrefix),
|
| - name_(""),
|
| - resource_name_(""),
|
| - line_number_(0),
|
| - security_token_id_(security_token_id) {
|
| -}
|
| -
|
| -
|
| CodeEntry::CodeEntry(Logger::LogEventsAndTags tag,
|
| const char* name_prefix,
|
| const char* name,
|
| @@ -66,6 +56,7 @@ CodeEntry::CodeEntry(Logger::LogEventsAndTags tag,
|
| name_(name),
|
| resource_name_(resource_name),
|
| line_number_(line_number),
|
| + shared_id_(0),
|
| security_token_id_(security_token_id) {
|
| }
|
|
|
|
|