| Index: lib/adblockplus_compat.js |
| =================================================================== |
| --- a/lib/adblockplus_compat.js |
| +++ b/lib/adblockplus_compat.js |
| @@ -153,17 +153,16 @@ require.scopes.io = |
| if ("spec" in file && /^defaults\b/.test(file.spec)) |
| { |
| // Code attempts to read the default patterns.ini, we don't have that. |
| // Make sure to execute first-run actions instead. |
| callback(null); |
| if (localStorage.currentVersion) |
| seenDataCorruption = true; |
| delete localStorage.currentVersion; |
| - require("filterNotifier").FilterNotifier.triggerListeners("load"); |
| return; |
| } |
| var path = this._getFilePath(file); |
| if (!(path in window.localStorage)) |
| { |
| callback(new Error("File doesn't exist")) |
| return; |