| Index: include/AdblockPlus/Platform.h | 
| =================================================================== | 
| --- a/include/AdblockPlus/Platform.h | 
| +++ b/include/AdblockPlus/Platform.h | 
| @@ -45,17 +45,17 @@ | 
| */ | 
| WebRequestPtr CreateDefaultWebRequest(const Scheduler& scheduler, WebRequestSyncPtr syncImpl = nullptr); | 
| /** | 
| * A factory to construct LogSystem. | 
| */ | 
| LogSystemPtr CreateDefaultLogSystem(); | 
| - class IV8IsolateProvider; | 
| + struct IV8IsolateProvider; | 
| 
 
sergei
2017/09/05 17:54:51
LGTM.
 
 | 
| class JsEngine; | 
| /** | 
| * AdblockPlus platform is the main component providing access to other | 
| * modules. | 
| * | 
| * It manages the functionality modules, e.g. JsEngine and FilterEngine as | 
| * well as allows to correctly work with asynchronous functionality. |