diff --git a/mozilla/extensions/webservices/public/nsISOAPResponseListener.idl b/mozilla/extensions/webservices/public/nsISOAPResponseListener.idl index 06db6ba6cc7..a166976f40d 100644 --- a/mozilla/extensions/webservices/public/nsISOAPResponseListener.idl +++ b/mozilla/extensions/webservices/public/nsISOAPResponseListener.idl @@ -31,7 +31,7 @@ interface nsISOAPResponse; * responses are expected. */ -[scriptable, uuid(99ec6692-535f-11d4-9a58-000064657374)] +[scriptable, function, uuid(99ec6692-535f-11d4-9a58-000064657374)] interface nsISOAPResponseListener : nsISupports { /** * This method is invoked when we receive an asynchronous response to diff --git a/mozilla/extensions/webservices/public/nsISOAPTransportListener.idl b/mozilla/extensions/webservices/public/nsISOAPTransportListener.idl index e67384710f2..715c379eef5 100644 --- a/mozilla/extensions/webservices/public/nsISOAPTransportListener.idl +++ b/mozilla/extensions/webservices/public/nsISOAPTransportListener.idl @@ -30,7 +30,7 @@ interface nsISOAPMessage; * is recieved on a transport. */ -[scriptable, uuid(99ec6696-535f-11d4-9a58-000064657374)] +[scriptable, function, uuid(99ec6696-535f-11d4-9a58-000064657374)] interface nsISOAPTransportListener : nsISupports { /** diff --git a/mozilla/extensions/xmlextras/soap/public/nsISOAPResponseListener.idl b/mozilla/extensions/xmlextras/soap/public/nsISOAPResponseListener.idl index 06db6ba6cc7..a166976f40d 100644 --- a/mozilla/extensions/xmlextras/soap/public/nsISOAPResponseListener.idl +++ b/mozilla/extensions/xmlextras/soap/public/nsISOAPResponseListener.idl @@ -31,7 +31,7 @@ interface nsISOAPResponse; * responses are expected. */ -[scriptable, uuid(99ec6692-535f-11d4-9a58-000064657374)] +[scriptable, function, uuid(99ec6692-535f-11d4-9a58-000064657374)] interface nsISOAPResponseListener : nsISupports { /** * This method is invoked when we receive an asynchronous response to diff --git a/mozilla/extensions/xmlextras/soap/public/nsISOAPTransportListener.idl b/mozilla/extensions/xmlextras/soap/public/nsISOAPTransportListener.idl index e67384710f2..715c379eef5 100644 --- a/mozilla/extensions/xmlextras/soap/public/nsISOAPTransportListener.idl +++ b/mozilla/extensions/xmlextras/soap/public/nsISOAPTransportListener.idl @@ -30,7 +30,7 @@ interface nsISOAPMessage; * is recieved on a transport. */ -[scriptable, uuid(99ec6696-535f-11d4-9a58-000064657374)] +[scriptable, function, uuid(99ec6696-535f-11d4-9a58-000064657374)] interface nsISOAPTransportListener : nsISupports { /**