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

Unified Diff: compiled/filter/ElemHideEmulationFilter.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/ElemHideBase.cpp ('k') | compiled/filter/ElemHideEmulationFilter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/ElemHideEmulationFilter.h
===================================================================
--- a/compiled/filter/ElemHideEmulationFilter.h
+++ b/compiled/filter/ElemHideEmulationFilter.h
@@ -22,12 +22,12 @@
#include "Filter.h"
#include "ElemHideBase.h"
class ElemHideEmulationFilter : public ElemHideBase
{
public:
static constexpr Type classType = Type::ELEMHIDEEMULATION;
explicit ElemHideEmulationFilter(const String& text,
- const ElemHideData& data);
+ const ElemHideData& data, const ParsedDomains& parsedDomains);
};
typedef intrusive_ptr<ElemHideEmulationFilter> ElemHideEmulationFilterPtr;
« no previous file with comments | « compiled/filter/ElemHideBase.cpp ('k') | compiled/filter/ElemHideEmulationFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld