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

Unified Diff: test/BaseJsTest.h

Issue 29508555: Issue 5450 - move FilterEngine into Platform (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: fix typos Created Aug. 7, 2017, 1:03 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 | « src/Platform.cpp ('k') | test/BaseJsTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/BaseJsTest.h
diff --git a/test/BaseJsTest.h b/test/BaseJsTest.h
index 54c47a240d9097e4d40928424159e3fb1b8a870a..d074a3dfb4e442e558b53b2e6db3cfea1085596c 100644
--- a/test/BaseJsTest.h
+++ b/test/BaseJsTest.h
@@ -220,7 +220,7 @@ public:
};
AdblockPlus::FilterEnginePtr CreateFilterEngine(LazyFileSystem& fileSystem,
- const AdblockPlus::JsEnginePtr& jsEngine,
+ AdblockPlus::Platform& platform,
const AdblockPlus::FilterEngine::CreationParameters& creationParams = AdblockPlus::FilterEngine::CreationParameters());
class NoopWebRequest : public AdblockPlus::IWebRequest
« no previous file with comments | « src/Platform.cpp ('k') | test/BaseJsTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld