Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/Notification.h

Issue 5598762307158016: Issue 1550 - Get rid of V8ValueHolder.h (Closed)
Patch Set: fix outdated comment Created Jan. 22, 2016, 2:34 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld