Chromium Code Reviews| Index: src/profile-generator-inl.h |
| diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h |
| index e4f32a7c7a4803ef02131f525d35035fcf90c939..5a7c788d0d2caa870ac45a786b1a1ff781e78502 100644 |
| --- a/src/profile-generator-inl.h |
| +++ b/src/profile-generator-inl.h |
| @@ -33,7 +33,7 @@ |
| namespace v8 { |
| namespace internal { |
| -const char* StringsStorage::GetFunctionName(String* name) { |
| +const char* StringsStorage::GetFunctionName(Name* name) { |
| return GetFunctionName(GetName(name)); |
| } |