 Issue 29333474:
  Issue 4125 - [emscripten] Convert filter classes to C++  (Closed)
    
  
    Issue 29333474:
  Issue 4125 - [emscripten] Convert filter classes to C++  (Closed) 
  | Index: compiled/ElemHideException.cpp | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/compiled/ElemHideException.cpp | 
| @@ -0,0 +1,12 @@ | 
| +#include "ElemHideException.h" | 
| + | 
| +ElemHideException::ElemHideException(const std::u16string& text, | 
| + const std::u16string& domains, const std::u16string& selector) | 
| + : ElemHideBase(text, domains, selector) | 
| +{ | 
| +} | 
| + | 
| +Filter::Type ElemHideException::GetType() const | 
| +{ | 
| + return Type::ELEMHIDEEXCEPTION; | 
| +} |