| Index: include/AdblockPlus/JsValue.h | 
| diff --git a/include/AdblockPlus/JsValue.h b/include/AdblockPlus/JsValue.h | 
| index 9e84950cbabc715ccfbd7b555e4baa8f27c693f0..b2b06c0aa3cf6aefbafc4a1bc0fdae90c62eb1a1 100644 | 
| --- a/include/AdblockPlus/JsValue.h | 
| +++ b/include/AdblockPlus/JsValue.h | 
| @@ -121,7 +121,7 @@ namespace AdblockPlus | 
| * @param thisPtr Optional `this` value. | 
| * @return Value returned by the function. | 
| */ | 
| -    JsValuePtr Call(const JsValueList& params = JsValueList(), | 
| +    JsValue Call(const JsValueList& params = JsValueList(), | 
| AdblockPlus::JsValuePtr thisPtr = AdblockPlus::JsValuePtr()) const; | 
|  | 
| v8::Local<v8::Value> UnwrapValue() const; | 
|  |