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

Unified Diff: include/AdblockPlus/FilterEngine.h

Issue 5598762307158016: Issue 1550 - Get rid of V8ValueHolder.h (Closed)
Patch Set: update Created June 11, 2015, 1:02 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 | « no previous file | include/AdblockPlus/JsEngine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/FilterEngine.h
diff --git a/include/AdblockPlus/FilterEngine.h b/include/AdblockPlus/FilterEngine.h
index a6fa146265620ebd4faa813689ae907955092c8c..0d7d85ff7b9f4582fb9044219d46fd25f1323cc8 100644
--- a/include/AdblockPlus/FilterEngine.h
+++ b/include/AdblockPlus/FilterEngine.h
@@ -79,7 +79,7 @@ namespace AdblockPlus
* FilterEngine::GetFilter() instead.
* @param value JavaScript filter object.
*/
- Filter(JsValuePtr value);
+ Filter(JsValue&& value);
};
/**
@@ -128,7 +128,7 @@ namespace AdblockPlus
* FilterEngine::GetSubscription() instead.
* @param value JavaScript subscription object.
*/
- Subscription(JsValuePtr value);
+ Subscription(JsValue&& value);
};
/**
« no previous file with comments | « no previous file | include/AdblockPlus/JsEngine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld