Chromium Code Reviews| Index: src/profile-generator-inl.h |
| diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h |
| index 6f9a60171edb9838c7d7f9c1131d74436c814e64..ddce8ea4b772a31591963178bfe8dcd1ae197fe0 100644 |
| --- a/src/profile-generator-inl.h |
| +++ b/src/profile-generator-inl.h |
| @@ -44,9 +44,9 @@ const char* StringsStorage::GetFunctionName(const char* name) { |
| CodeEntry::CodeEntry(Logger::LogEventsAndTags tag, |
| - const char* name_prefix, |
| const char* name, |
| int security_token_id, |
| + const char* name_prefix, |
| const char* resource_name, |
| int line_number) |
| : tag_(tag), |
| @@ -96,6 +96,7 @@ CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) { |
| } |
| } |
| + |
|
yurys
2013/06/28 12:53:43
Revert?
|
| } } // namespace v8::internal |
| #endif // V8_PROFILE_GENERATOR_INL_H_ |