mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
Interface got renamed as part of bug 119382, rename in implementation too. Bustage fix for WSDL. Not part of the build.
This commit is contained in:
parent
07d1d8dd39
commit
780d28477e
@ -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…
Reference in New Issue
Block a user