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

Unified Diff: lib/child/main.js

Issue 29346613: Issue 521 - Inject our stylesheet on per-site basis rather than globally (Closed)
Patch Set: Created June 17, 2016, 2:07 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/child/main.js
===================================================================
--- a/lib/child/main.js
+++ b/lib/child/main.js
@@ -23,9 +23,9 @@ let {port} = require("messaging");
port.emitWithResponse("ping").then(() =>
{
require("child/elemHide");
require("child/contentPolicy");
require("child/contextMenu");
require("child/dataCollector");
require("child/cssProperties");
require("child/subscribeLinks");
-});
+}).catch(e => Cu.reportError(e));
« lib/child/elemHide.js ('K') | « lib/child/elemHide.js ('k') | lib/elemHideFF.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld