mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 785436 - PageThumbsWorker.js url is wrong when creating the worker in PageThumbs.jsm. r=gavin
This commit is contained in:
parent
0711c896c5
commit
c76e3a7a9b
@ -485,7 +485,7 @@ let PageThumbsWorker = {
|
||||
*/
|
||||
get _worker() {
|
||||
delete this._worker;
|
||||
this._worker = new ChromeWorker("resource://gre/modules/PageThumbsWorker.js");
|
||||
this._worker = new ChromeWorker("resource:///modules/PageThumbsWorker.js");
|
||||
this._worker.addEventListener("message", this);
|
||||
return this._worker;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user