mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 12:03:08 +00:00
Bug 765330 - Fix runtime warning on redeclared variable in browser.js (r=mfinkle)
This commit is contained in:
parent
bf7a5fe54b
commit
5707b638ec
@ -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…
x
Reference in New Issue
Block a user