Skip to content

Commit 211d693

Browse files
committed
Typo
1 parent 1a22dc9 commit 211d693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/https-everywhere.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ HTTPSEverywhere.prototype = {
416416
try {
417417
loadContext = channel.loadGroup.notificationCallbacks.getInterface(CI.nsILoadContext);
418418
} catch(e) {
419-
console.log(NOTE, "No loadContext for " + channel.URI.spec);
419+
this.log(NOTE, "No loadContext for " + channel.URI.spec);
420420
return null;
421421
}
422422
}

0 commit comments

Comments
 (0)