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

Unified Diff: lib/child/main.js

Issue 29364102: Issue 4658 - Incorporate element hiding emulation filters (Closed) Base URL: https://bitbucket.org/fhd/adblockplus
Patch Set: Created Nov. 24, 2016, 9:41 a.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/child/main.js
===================================================================
--- a/lib/child/main.js
+++ b/lib/child/main.js
@@ -21,11 +21,11 @@
// sure that on update the old version has enough time to receive and process
// the shutdown message.
port.emitWithResponse("ping").then(() =>
{
require("child/elemHide");
require("child/contentPolicy");
require("child/contextMenu");
require("child/dataCollector");
- require("child/cssProperties");
+ require("child/elemHideEmulation");
require("child/subscribeLinks");
}).catch(e => Cu.reportError(e));

Powered by Google App Engine
This is Rietveld