Index: src/profile-generator-inl.h |
diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h |
index d6e8a3775b7297435a1da11e9ba75f226c43bb8d..9878cd42b90d998f82aa79e60670f262eadf9794 100644 |
--- a/src/profile-generator-inl.h |
+++ b/src/profile-generator-inl.h |
@@ -46,12 +46,14 @@ const char* StringsStorage::GetFunctionName(const char* name) { |
CodeEntry::CodeEntry(Logger::LogEventsAndTags tag, |
const char* name_prefix, |
const char* name, |
+ const int script_id, |
const char* resource_name, |
int line_number, |
int security_token_id) |
: tag_(tag), |
name_prefix_(name_prefix), |
name_(name), |
+ script_id_(script_id), |
resource_name_(resource_name), |
line_number_(line_number), |
shared_id_(0), |