| Index: options.js | 
| =================================================================== | 
| --- a/options.js | 
| +++ b/options.js | 
| @@ -22,17 +22,17 @@ | 
|  | 
| { | 
| let subscriptionsMap = Object.create(null); | 
| let filtersMap = Object.create(null); | 
| let collections = Object.create(null); | 
| let acceptableAdsUrl = null; | 
| let acceptableAdsPrivacyUrl = null; | 
| let isCustomFiltersLoaded = false; | 
| -  let {getMessage} = ext.i18n; | 
| +  let {getMessage} = chrome.i18n; | 
| let customFilters = []; | 
| let filterErrors = new Map([ | 
| ["synchronize_invalid_url", | 
| "options_filterList_lastDownload_invalidURL"], | 
| ["synchronize_connection_error", | 
| "options_filterList_lastDownload_connectionError"], | 
| ["synchronize_invalid_data", | 
| "options_filterList_lastDownload_invalidData"], | 
|  |