| Index: include/AdblockPlus/JsEngine.h |
| diff --git a/include/AdblockPlus/JsEngine.h b/include/AdblockPlus/JsEngine.h |
| index 4309044e0aecb8c026a20f50aa2a70216b161341..833e0d3279f1533660426ca38070dd4f296cebe9 100644 |
| --- a/include/AdblockPlus/JsEngine.h |
| +++ b/include/AdblockPlus/JsEngine.h |
| @@ -39,7 +39,7 @@ namespace v8 |
| class Value; |
| class Context; |
| template<typename T> class FunctionCallbackInfo; |
| - typedef void(*FunctionCallback)(const FunctionCallbackInfo<v8::Value>& info); |
| + typedef void(*FunctionCallback)(const FunctionCallbackInfo<Value>& info); |
|
hub
2018/05/23 18:27:05
Nit: is this change *needed* here, or was just a d
sergei
2018/05/24 08:45:42
It is needed. I was also surprised, but otherwise
hub
2018/05/24 12:29:51
Acknowledged.
|
| } |
| namespace AdblockPlus |