| Index: src/profile-generator.h
|
| diff --git a/src/profile-generator.h b/src/profile-generator.h
|
| index d8016caff3792efa86dcc2afed106f5a5b97eb9e..7a5e1f2fc56ed90d61840356b15da63d51f297c4 100644
|
| --- a/src/profile-generator.h
|
| +++ b/src/profile-generator.h
|
| @@ -99,9 +99,9 @@ class CodeEntry {
|
| INLINE(CodeEntry(Logger::LogEventsAndTags tag,
|
| const char* name_prefix,
|
| const char* name,
|
| - int security_token_id = TokenEnumerator::kNoSecurityToken,
|
| - const char* resource_name = "",
|
| - int line_number = v8::CpuProfileNode::kNoLineNumberInfo));
|
| + const char* resource_name,
|
| + int line_number,
|
| + int security_token_id));
|
| ~CodeEntry();
|
|
|
| INLINE(bool is_js_function() const) { return is_js_function_tag(tag_); }
|
|
|