mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 852911 - B2G MMS: fail to expose correct nsIDOMMozMmsMessage.attachments. r=smaug
This commit is contained in:
parent
ead1fe5b4c
commit
0517e30d1d
@ -55,7 +55,7 @@ def attributeVariableTypeAndName(a):
|
||||
l = ["nsCOMPtr<%s> %s" % (a.realtype.nativeType('in').strip('* '),
|
||||
a.name)]
|
||||
elif a.realtype.nativeType('in').count("nsAString"):
|
||||
l = ["nsAutoString %s" % a.name]
|
||||
l = ["nsString %s" % a.name]
|
||||
elif a.realtype.nativeType('in').count("JS::Value"):
|
||||
l = ["JS::Value %s" % a.name]
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user