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: rebase Created Nov. 13, 2015, 1:54 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
« no previous file with comments | « include/AdblockPlus/JsValue.h ('k') | include/AdblockPlus/V8ValueHolder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/Notification.h
diff --git a/include/AdblockPlus/Notification.h b/include/AdblockPlus/Notification.h
index c3b4fea59593cd949312e8d69971a18ff1801535..dd7568f320301abde6d6e5480dbfe50da644adba 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.
« no previous file with comments | « include/AdblockPlus/JsValue.h ('k') | include/AdblockPlus/V8ValueHolder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld