Skip to content

Commit 4bfd2b6

Browse files
author
MB
committed
Merge remote-tracking branch 'efforg/master'
2 parents 92665fb + a9934c0 commit 4bfd2b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/chrome/content/code/IOUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const IOUtil = {
121121
},
122122

123123
abort: function(channel, noNetwork) {
124-
channel.cancel(Cr.NS_ERROR_ABORT);
124+
channel.cancel(Components.results.NS_ERROR_ABORT);
125125
},
126126

127127
findWindow: function(channel) {

src/chrome/content/toolbar_button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ function toggle_rule(rule_id) {
341341
}
342342

343343
function reload_window() {
344-
var browser = httpsEverywhere.toolbarbutton.selectedBrowser();
344+
var browser = httpsEverywhere.toolbarButton.selectedBrowser();
345345
if (browser) {
346346
browser.reload();
347347
}

0 commit comments

Comments
 (0)