From beb70b8343a067e5a799a76bd7c48286b48ab316 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 12 Apr 2015 19:15:58 -0400 Subject: [PATCH] code review --- platform/firefox/frameModule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index 441e317..9aff492 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -49,7 +49,7 @@ const getMessageManager = function(win) { const contentObserver = { classDescription: 'content-policy for ' + hostName, - classID: Components.ID('{8B124E22-E166-11E4-9386-97221D5D46B0}'), + classID: Components.ID('{7afbd130-cbaf-46c2-b944-f5d24305f484}'), contractID: '@' + hostName + '/content-policy;1', ACCEPT: Ci.nsIContentPolicy.ACCEPT, MAIN_FRAME: Ci.nsIContentPolicy.TYPE_DOCUMENT,