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

Unified Diff: adblockplus/Api.jsm

Issue 5391942804307968: Issue 2473 - Interaction with ABP doesn't work (Closed)
Patch Set: Created May 7, 2015, 9:09 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus/Api.jsm
diff --git a/adblockplus/Api.jsm b/adblockplus/Api.jsm
index 9aa6f3aadb44e902b05cbe41be3b1c5410f94233..73a832f84b01831af6f649e760a465f46e9ac477 100644
--- a/adblockplus/Api.jsm
+++ b/adblockplus/Api.jsm
@@ -145,7 +145,7 @@ var AdblockPlusApi =
},
initCommunication: function()
{
- RequestService.addListener((function(data)
+ Messaging.addListener((function(data)
{
if (!data)
return {"success": false, "error": "malformed request"};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld