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: rebase Created May 20, 2016, 3:20 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 6163119fedd7be3f8d6818eec8e88442e502ca0f..94b376eb8caadee35db2d4b96893ee5b0702b16d 100644
--- a/include/AdblockPlus/FilterEngine.h
+++ b/include/AdblockPlus/FilterEngine.h
@@ -77,7 +77,7 @@ namespace AdblockPlus
* FilterEngine::GetFilter() instead.
* @param value JavaScript filter object.
*/
- Filter(JsValuePtr value);
+ Filter(JsValue&& value);
};
/**
@@ -126,7 +126,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