Interface got renamed as part of bug 119382, rename in implementation too. Bustage fix for WSDL. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@115155 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
5c98780877
commit
6dfd260a5f
@ -406,9 +406,9 @@ nsWSDLInterfaceInfo::GetName(char * *aName)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
/* readonly attribute nsIIDPtr IID; */
|
||||
/* readonly attribute nsIIDPtr InterfaceIID; */
|
||||
NS_IMETHODIMP
|
||||
nsWSDLInterfaceInfo::GetIID(nsIID * *aIID)
|
||||
nsWSDLInterfaceInfo::GetInterfaceIID(nsIID * *aIID)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aIID);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user