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