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: 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
« no previous file with comments | « no previous file | include/AdblockPlus/JsEngine.h » ('j') | src/FilterEngine.cpp » ('J')
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 96ca0506f8eba94de74dd67b4329498fb6e27400..882572e3d4a6fa9f55cf7a7cea976c77de04ca17 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') | src/FilterEngine.cpp » ('J')

Powered by Google App Engine
This is Rietveld