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

Unified Diff: compiled/filter/ElemHideFilter.h

Issue 29600641: Issue 5175 - Reject element hiding filter with empty domain names (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Created Nov. 7, 2017, 11:17 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/ElemHideException.cpp ('k') | compiled/filter/ElemHideFilter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/ElemHideFilter.h
===================================================================
--- a/compiled/filter/ElemHideFilter.h
+++ b/compiled/filter/ElemHideFilter.h
@@ -21,12 +21,13 @@
#include "Filter.h"
#include "ElemHideBase.h"
class ElemHideFilter: public ElemHideBase
{
public:
static constexpr Type classType = Type::ELEMHIDE;
- explicit ElemHideFilter(const String& text, const ElemHideData& data);
+ explicit ElemHideFilter(const String& text, const ElemHideData& data,
+ const ParsedDomains& parsedDomains);
};
typedef intrusive_ptr<ElemHideFilter> ElemHideFilterPtr;
« no previous file with comments | « compiled/filter/ElemHideException.cpp ('k') | compiled/filter/ElemHideFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld