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

Unified Diff: test/Prefs.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/Notification.cpp ('k') | test/UpdateCheck.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/Prefs.cpp
diff --git a/test/Prefs.cpp b/test/Prefs.cpp
index d4464758d7625bc9889c96f00ed0e3da23485495..605eed3405cd1173058d0f1f552dd760983fa150 100644
--- a/test/Prefs.cpp
+++ b/test/Prefs.cpp
@@ -101,7 +101,7 @@ namespace
{
AdblockPlus::FilterEngine::CreationParameters createParams;
createParams.preconfiguredPrefs = preconfiguredPrefs;
- return ::CreateFilterEngine(*fileSystem, platform->GetJsEngine(), createParams);
+ return ::CreateFilterEngine(*fileSystem, *platform, createParams);
}
};
}
« no previous file with comments | « test/Notification.cpp ('k') | test/UpdateCheck.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld