Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index 0ede08f60d95c94905daf8ce1976190acadcbb37..06bd47a36a9f65569f405dac1c9bbb1e8090d1e0 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -1099,7 +1099,7 @@ class Isolate { |
| static Isolate* NewForTesting() { return new Isolate(false); } |
| - void GetTurboCfgFileName(Vector<char> buffer); |
| + std::string GetTurboCfgFileName(); |
| private: |
| explicit Isolate(bool enable_serializer); |