| Index: src/Utils.h |
| diff --git a/src/Utils.h b/src/Utils.h |
| index 8da6c30da20f8e1dfc13700c480002ed9282fa53..5b8370893c525736be03e8d2751b32b93df0e1dc 100644 |
| --- a/src/Utils.h |
| +++ b/src/Utils.h |
| @@ -31,7 +31,7 @@ namespace AdblockPlus |
| { |
| 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> |