mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
fix bustage, bug 360165
This commit is contained in:
parent
daad0fa331
commit
e37d01d98f
@ -260,7 +260,7 @@ NPIdentifier NPN_GetStringIdentifier(const NPUTF8 *name)
|
||||
void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t nameCount,
|
||||
NPIdentifier *identifiers)
|
||||
{
|
||||
return CallNPN_GetStringIdentifiersProc(gNetscapeFuncs.getstringidentifiers,
|
||||
CallNPN_GetStringIdentifiersProc(gNetscapeFuncs.getstringidentifiers,
|
||||
names, nameCount, identifiers);
|
||||
}
|
||||
|
||||
@ -299,7 +299,7 @@ NPObject *NPN_RetainObject(NPObject *obj)
|
||||
|
||||
void NPN_ReleaseObject(NPObject *obj)
|
||||
{
|
||||
return CallNPN_ReleaseObjectProc(gNetscapeFuncs.releaseobject, obj);
|
||||
CallNPN_ReleaseObjectProc(gNetscapeFuncs.releaseobject, obj);
|
||||
}
|
||||
|
||||
bool NPN_Invoke(NPP npp, NPObject* obj, NPIdentifier methodName,
|
||||
|
Loading…
Reference in New Issue
Block a user