mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 765330 - Fix runtime warning on redeclared variable in browser.js (r=mfinkle)
This commit is contained in:
parent
421ff64eae
commit
b5a96fcae9
@ -5884,7 +5884,7 @@ let Reader = {
|
||||
let uri = Services.io.newURI(url, null, null);
|
||||
|
||||
let readability = new Readability(uri, doc);
|
||||
let article = readability.parse();
|
||||
article = readability.parse();
|
||||
|
||||
if (!article) {
|
||||
this.log("Failed to parse page");
|
||||
|
Loading…
Reference in New Issue
Block a user