| 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) | 
|  |