 Issue 29449592:
  Issue 5183 - Provide async interface for FileSystem  (Closed) 
  Base URL: https://hg.adblockplus.org/libadblockplus/
    
  
    Issue 29449592:
  Issue 5183 - Provide async interface for FileSystem  (Closed) 
  Base URL: https://hg.adblockplus.org/libadblockplus/| Index: src/FileSystemJsObject.h | 
| =================================================================== | 
| --- a/src/FileSystemJsObject.h | 
| +++ b/src/FileSystemJsObject.h | 
| @@ -18,17 +18,15 @@ | 
| #ifndef ADBLOCK_PLUS_FILE_SYSTEM_JS_OBJECT_H | 
| #define ADBLOCK_PLUS_FILE_SYSTEM_JS_OBJECT_H | 
| #include <v8.h> | 
| #include <AdblockPlus/JsEngine.h> | 
| namespace AdblockPlus | 
| { | 
| - class FileSystem; | 
| - | 
| namespace FileSystemJsObject | 
| { | 
| JsValue& Setup(JsEngine& jsEngine, JsValue& obj); | 
| } | 
| } | 
| #endif |