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"}; |