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

Unified Diff: compiled/Filter.h

Issue 29383799: Issue 4988 - [emscripten] Adjust API for Element Hiding Emulation filters (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore
Patch Set: Created March 14, 2017, 2:42 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
Index: compiled/Filter.h
===================================================================
--- a/compiled/Filter.h
+++ b/compiled/Filter.h
@@ -16,17 +16,17 @@ public:
{
UNKNOWN = 0,
INVALID = 1,
COMMENT = 2,
BLOCKING = 3,
WHITELIST = 4,
ELEMHIDE = 5,
ELEMHIDEEXCEPTION = 6,
- CSSPROPERTY = 7,
+ ELEMHIDEEMULATION = 7,
};
explicit Filter(Type type, const String& text);
~Filter();
Type mType;
/* TODO

Powered by Google App Engine
This is Rietveld