fixing build bustage caused by earlier checkin for bug 347310

This commit is contained in:
myk@mozilla.org
2007-02-22 02:09:07 +00:00
parent 370164e98f
commit 3f74030b64

View File

@@ -2003,7 +2003,7 @@ MicrosummaryResource.prototype = {
get authPrompt() {
var resource = this;
return {
interfaces = [Ci.nsIPrompt, Ci.nsISupports],
interfaces: [Ci.nsIPrompt, Ci.nsISupports],
QueryInterface: function(iid) {
if (!this.interfaces.some( function(v) { return iid.equals(v) } ))
throw Cr.NS_ERROR_NO_INTERFACE;
@@ -2029,7 +2029,7 @@ MicrosummaryResource.prototype = {
get prompt() {
var resource = this;
return {
interfaces = [Ci.nsIPrompt, Ci.nsISupports],
interfaces: [Ci.nsIPrompt, Ci.nsISupports],
QueryInterface: function(iid) {
if (!this.interfaces.some( function(v) { return iid.equals(v) } ))
throw Cr.NS_ERROR_NO_INTERFACE;