Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 854bce462537b8833936c221d6b00d744f6c9264..55d139c57a02ae8b7ce9bc48de8790ed345d52d6 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -1098,7 +1098,7 @@ class Isolate { |
static Isolate* NewForTesting() { return new Isolate(false); } |
- std::string GetTurboCfgFileName(); |
+ void GetTurboCfgFileName(Vector<char> buffer); |
private: |
explicit Isolate(bool enable_serializer); |