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); |
} |
namespace AdblockPlus |