 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/ElemHideFilter.cpp | 
| =================================================================== | 
| --- a/compiled/ElemHideFilter.cpp | 
| +++ b/compiled/ElemHideFilter.cpp | 
| @@ -1,6 +1,6 @@ | 
| #include "ElemHideFilter.h" | 
| -ElemHideFilter::ElemHideFilter(const String& text, const ElemHideBaseData& data) | 
| +ElemHideFilter::ElemHideFilter(const String& text, const ElemHideData& data) | 
| : ElemHideBase(Type::ELEMHIDE, text, data) | 
| { | 
| } |