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

Unified Diff: include/AdblockPlus/JsEngine.h

Issue 29433639: Noissue - Remove extraneous comment marker (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
Patch Set: Created May 8, 2017, 2:55 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
/**
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld