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: Make the new test more functional Created March 6, 2018, 7:47 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
@@ -25,14 +25,14 @@
ABP_NS_BEGIN
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;
ABP_NS_END
« 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