Index: include/AdblockPlus/JsEngine.h |
diff --git a/include/AdblockPlus/JsEngine.h b/include/AdblockPlus/JsEngine.h |
index 77eaecb3ae81ca61f3897ba696397f2d27f68a18..f7470ab84367b00e298c9038d92b21837fb08202 100644 |
--- a/include/AdblockPlus/JsEngine.h |
+++ b/include/AdblockPlus/JsEngine.h |
@@ -126,8 +126,6 @@ namespace AdblockPlus |
* @param timer Implementation of timer. |
* @param fileSystem Implementation of filesystem. |
* @param webRequest Implementation of web request. |
- * @param isolate v8::Isolate wrapper. This parameter should be considered |
- * as a temporary hack for tests, it will go away. Issue #3593. |
* @return New `JsEngine` instance. |
*/ |
static JsEnginePtr New(const AppInfo& appInfo = AppInfo(), |