Index: include/AdblockPlus/Notification.h |
diff --git a/include/AdblockPlus/Notification.h b/include/AdblockPlus/Notification.h |
index b11da49a684e1fb847285b2e36ca3023f5e3fd54..d40bbe4c4a4d4eb98771e43576dcf13a372ab9a1 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. |