Index: include/AdblockPlus/Notification.h |
diff --git a/include/AdblockPlus/Notification.h b/include/AdblockPlus/Notification.h |
index bbfde9ef1ab014149bfa016698a78da984930a1c..2944a1384419c9f1fe48f1de64900efa18158692 100644 |
--- a/include/AdblockPlus/Notification.h |
+++ b/include/AdblockPlus/Notification.h |
@@ -57,7 +57,7 @@ namespace AdblockPlus |
* Constructor. |
* @param jsValue `JsValuePtr` notification JavaScript object. |
*/ |
- explicit Notification(const JsValuePtr& jsValue); |
+ explicit Notification(JsValue&& jsValue); |
public: |
/** |
* Retrieves the type of this notification. |