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 = { |