From 070ba216a6b3b97e7b96ea681c7e2b31b8522d4f Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Sun, 14 Jan 2007 05:38:30 +0000 Subject: [PATCH] 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 --- .../components/microsummaries/src/nsMicrosummaryService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/browser/components/microsummaries/src/nsMicrosummaryService.js b/mozilla/browser/components/microsummaries/src/nsMicrosummaryService.js index 6544442ea8a..0901598b134 100644 --- a/mozilla/browser/components/microsummaries/src/nsMicrosummaryService.js +++ b/mozilla/browser/components/microsummaries/src/nsMicrosummaryService.js @@ -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; },