| Index: safari/ext/background.js |
| =================================================================== |
| --- a/safari/ext/background.js |
| +++ b/safari/ext/background.js |
| @@ -357,8 +357,13 @@ |
| ext.webRequest = { |
| onBeforeRequest: new ext._EventTarget(), |
| - handlerBehaviorChanged: function() {}, |
| - indistinguishableTypes: [["OTHER", "FONT"]] |
| + handlerBehaviorChanged: function() |
| + { |
| + }, |
| + getIndistinguishableTypes: function() |
| + { |
| + return [["OTHER", "FONT"]]; |
| + } |
| }; |