Index: include/AdblockPlus/JsEngine.h |
=================================================================== |
--- a/include/AdblockPlus/JsEngine.h |
+++ b/include/AdblockPlus/JsEngine.h |
@@ -272,17 +272,16 @@ |
* Sets the `FileSystem` implementation used for all file I/O. |
* Setting this is optional, the engine will use a `DefaultFileSystem` |
* instance by default, which might be sufficient. |
* @param The `FileSystem` instance to use. |
*/ |
void SetFileSystem(const FileSystemPtr& val); |
/** |
- /** |
* Sets the `WebRequest` implementation used for XMLHttpRequests. |
* Setting this is optional, the engine will use a `DefaultWebRequest` |
* instance by default, which might be sufficient. |
* @param The `WebRequest` instance to use. |
*/ |
void SetWebRequest(const WebRequestSharedPtr& val); |
/** |