Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: compiled/filter/ElemHideException.h

Issue 29600641: Issue 5175 - Reject element hiding filter with empty domain names (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Rebased Created Dec. 5, 2017, 6:06 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « compiled/filter/ElemHideEmulationFilter.cpp ('k') | compiled/filter/ElemHideException.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/ElemHideException.h
===================================================================
--- a/compiled/filter/ElemHideException.h
+++ b/compiled/filter/ElemHideException.h
@@ -21,12 +21,13 @@
#include "Filter.h"
#include "ElemHideBase.h"
class ElemHideException: public ElemHideBase
{
public:
static constexpr Type classType = Type::ELEMHIDEEXCEPTION;
- explicit ElemHideException(const String& text, const ElemHideData& data);
+ explicit ElemHideException(const String& text, const ElemHideData& data,
+ const ParsedDomains& parsedDomains);
};
typedef intrusive_ptr<ElemHideException> ElemHideExceptionPtr;
« no previous file with comments | « compiled/filter/ElemHideEmulationFilter.cpp ('k') | compiled/filter/ElemHideException.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld