 Issue 29383799:
  Issue 4988 - [emscripten] Adjust API for Element Hiding Emulation filters  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockpluscore
    
  
    Issue 29383799:
  Issue 4988 - [emscripten] Adjust API for Element Hiding Emulation filters  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockpluscore| Index: compiled/ElemHideException.h | 
| =================================================================== | 
| --- a/compiled/ElemHideException.h | 
| +++ b/compiled/ElemHideException.h | 
| @@ -3,10 +3,10 @@ | 
| #include <cstddef> | 
| #include "Filter.h" | 
| #include "ElemHideBase.h" | 
| class ElemHideException: public ElemHideBase | 
| { | 
| public: | 
| - explicit ElemHideException(const String& text, const ElemHideBaseData& data); | 
| + explicit ElemHideException(const String& text, const ElemHideData& data); | 
| }; |