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

Unified Diff: lib/filterClassesNew.js

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: lib/filterClassesNew.js
===================================================================
--- a/lib/filterClassesNew.js
+++ b/lib/filterClassesNew.js
@@ -1,9 +1,9 @@
"use strict";
let compiled = require("compiled");
for (let cls of ["Filter", "InvalidFilter", "CommentFilter", "ActiveFilter",
"RegExpFilter", "BlockingFilter", "WhitelistFilter", "ElemHideBase",
- "ElemHideFilter", "ElemHideException", "CSSPropertyFilter"])
+ "ElemHideFilter", "ElemHideException", "ElemHideEmulationFilter"])
{
exports[cls] = compiled[cls];
}
« compiled/RegExpFilter.cpp ('K') | « compiled/bindings.cpp ('k') | test/filterClasses.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld