Index: src/Utils.h |
=================================================================== |
--- a/src/Utils.h |
+++ b/src/Utils.h |
@@ -31,7 +31,7 @@ |
{ |
std::string Slurp(std::istream& stream); |
std::string FromV8String(v8::Handle<v8::Value> value); |
- v8::Local<v8::String> ToV8String(const std::string& str); |
+ v8::Local<v8::String> ToV8String(v8::Isolate* isolate, const std::string& str); |
// Code for templated function has to be in a header file, can't be in .cpp |
template<class T> |