Index: src/profile-generator-inl.h |
diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h |
index 20c1aec731b6a7f644bdd658173dafa746122a26..d92085ac32d1e284e84b6a6618b1c114aa217590 100644 |
--- a/src/profile-generator-inl.h |
+++ b/src/profile-generator-inl.h |
@@ -45,7 +45,6 @@ const char* StringsStorage::GetFunctionName(const char* name) { |
CodeEntry::CodeEntry(Logger::LogEventsAndTags tag, |
const char* name, |
- int security_token_id, |
const char* name_prefix, |
const char* resource_name, |
int line_number) |
@@ -57,7 +56,6 @@ CodeEntry::CodeEntry(Logger::LogEventsAndTags tag, |
line_number_(line_number), |
shared_id_(0), |
script_id_(v8::Script::kNoScriptId), |
- security_token_id_(security_token_id), |
no_frame_ranges_(NULL) { |
} |