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

Unified Diff: test/FilterEngine.cpp

Issue 6233220328718336: Issue #3593, #1197- fix isolate management (Closed)
Patch Set: make ScopedV8Isolate uncopyable Created Jan. 22, 2016, 10:39 a.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
Index: test/FilterEngine.cpp
diff --git a/test/FilterEngine.cpp b/test/FilterEngine.cpp
index 6ec07260955fcb07a3100de3d8253adcb046d1ff..0121e8ca9fcbc93bf767bc47f044765fdb075e76 100644
--- a/test/FilterEngine.cpp
+++ b/test/FilterEngine.cpp
@@ -85,7 +85,7 @@ namespace
AdblockPlus::AppInfo appInfo;
appInfo.name = "test";
appInfo.version = "1.0.1";
Eric 2016/01/26 14:48:59 It would be a good idea to move this code into "Cr
- AdblockPlus::JsEnginePtr jsEngine = AdblockPlus::JsEngine::New(appInfo);
+ AdblockPlus::JsEnginePtr jsEngine = createJsEngine(appInfo);
jsEngine->SetFileSystem(AdblockPlus::FileSystemPtr(new LazyFileSystem));
mockWebRequest = new MockWebRequest;
jsEngine->SetWebRequest(AdblockPlus::WebRequestPtr(mockWebRequest));
« test/BaseJsTest.cpp ('K') | « test/BaseJsTest.cpp ('k') | test/Prefs.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld