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

Unified Diff: messageResponder.js

Issue 29555744: Issue 5750 - Remove ext_background requires needed for legacy Gecko (Closed)
Patch Set: Created Sept. 25, 2017, 1:57 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 | « lib/antiadblockInit.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: messageResponder.js
diff --git a/messageResponder.js b/messageResponder.js
index 1caa58529d8c2dbf982c431157260fdd5d57c772..cea4f391e15eabb50f9534a0dd38e6279ac6b4c9 100644
--- a/messageResponder.js
+++ b/messageResponder.js
@@ -21,8 +21,6 @@
(function(global)
{
- let ext = global.ext || require("ext_background");
-
const {port} = require("messaging");
const {Prefs} = require("prefs");
const {Utils} = require("utils");
« no previous file with comments | « lib/antiadblockInit.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld