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

Unified Diff: test/Notification.cpp

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 | « test/FilterEngine.cpp ('k') | test/Prefs.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/Notification.cpp
diff --git a/test/Notification.cpp b/test/Notification.cpp
index 8217cf7297ea76808dc793675b4527e84dbec8aa..e96a5c6fe5bf8dbe5556bb6a7ef270552a6eb246 100644
--- a/test/Notification.cpp
+++ b/test/Notification.cpp
@@ -40,7 +40,7 @@ namespace
platformParams.fileSystem.reset(fileSystem = new LazyFileSystem());
platformParams.webRequest.reset(new NoopWebRequest());
platform.reset(new Platform(std::move(platformParams)));
- filterEngine = CreateFilterEngine(*fileSystem, platform->GetJsEngine());
+ filterEngine = CreateFilterEngine(*fileSystem, *platform);
}
void AddNotification(const std::string& notification)
« no previous file with comments | « test/FilterEngine.cpp ('k') | test/Prefs.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld