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

http://wiki.mozilla.org/Necko:nsIAuthPrompt2
r=darin


git-svn-id: svn://10.0.0.236/trunk@218358 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cbiesinger%web.de
2007-01-14 05:38:30 +00:00
parent 9265a676b3
commit 070ba216a6

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;
},