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