 Issue 5703008528629760:
  Issue 2071 - Fixed issues when sending messages from the popup to the background page  (Closed)
    
  
    Issue 5703008528629760:
  Issue 2071 - Fixed issues when sending messages from the popup to the background page  (Closed) 
  | Index: safari/ext/background.js | 
| =================================================================== | 
| --- a/safari/ext/background.js | 
| +++ b/safari/ext/background.js | 
| @@ -299,16 +299,6 @@ | 
| }; | 
| - /* Background page */ | 
| - | 
| - ext.backgroundPage = { | 
| - getWindow: function() | 
| - { | 
| - return window; | 
| - } | 
| - }; | 
| - | 
| - | 
| /* Background page proxy (for access from content scripts) */ | 
| var backgroundPageProxy = { |