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

Unified Diff: compiled/ElemHide.h

Issue 29594607: Issue 5143 - Convert ElemHideEmulation to C++ (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Review comments addressed Created Jan. 30, 2018, 5:37 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 | « no previous file | compiled/ElemHideEmulation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/ElemHide.h
===================================================================
--- a/compiled/ElemHide.h
+++ b/compiled/ElemHide.h
@@ -92,15 +92,15 @@
void BINDINGS_EXPORTED Clear();
void BINDINGS_EXPORTED Add(ElemHideBase& filter);
void BINDINGS_EXPORTED Remove(ElemHideBase& filter);
ElemHide_SelectorList* BINDINGS_EXPORTED GetSelectorsForDomain(const String& domain,
Criteria criteria) const;
ElemHide_SelectorList* BINDINGS_EXPORTED GetUnconditionalSelectors() const;
- ElemHideException* BINDINGS_EXPORTED GetException(const ElemHideBase& filter,
- DependentString& docDomain) const;
+ ElemHideException* GetException(const ElemHideBase& filter,
+ DependentString& docDomain) const;
private:
void AddToFiltersByDomain(const ElemHideBasePtr & filter);
};
« no previous file with comments | « no previous file | compiled/ElemHideEmulation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld