Bug 265780 part I: Implement nsIAuthPrompt2 and related interfaces per the design at

http://wiki.mozilla.org/Necko:nsIAuthPrompt2
r=darin
This commit is contained in:
cbiesinger@web.de
2007-01-14 05:38:30 +00:00
parent d9e6e9f378
commit 9155bf1d10

View File

@@ -1978,7 +1978,7 @@ MicrosummaryResource.prototype = {
get _httpAuthFailed() { return this.__httpAuthFailed },
set _httpAuthFailed(newValue) { this.__httpAuthFailed = newValue },
getAuthPrompt: function(aPromptReason) {
getAuthPrompt: function(aPromptReason, aIID) {
this._httpAuthFailed = true;
throw Components.results.NS_ERROR_NOT_AVAILABLE;
},