Index: src/Utils.h |
diff --git a/src/Utils.h b/src/Utils.h |
index 4e366961aa9795ba1c754e95d723ce3f99101d0e..e188830948b825a194189e252ec42d6218c209bf 100644 |
--- a/src/Utils.h |
+++ b/src/Utils.h |
@@ -32,6 +32,7 @@ namespace AdblockPlus |
std::string Slurp(std::istream& stream); |
std::string FromV8String(v8::Handle<v8::Value> value); |
v8::Local<v8::String> ToV8String(v8::Isolate* isolate, const std::string& str); |
+ void ThrowException(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> |