mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 943712 - Fix the non-unified build of SmsIPCService.cpp - no review, trivial compilation fix
This commit is contained in:
parent
fdc0726361
commit
1634ca88a4
@ -282,7 +282,7 @@ GetSendMmsMessageRequestFromParams(uint32_t aServiceId,
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (uint32_t i = 0; i < params.mAttachments.Value().Length(); i++) {
|
for (uint32_t i = 0; i < params.mAttachments.Value().Length(); i++) {
|
||||||
dom::MmsAttachment& attachment = params.mAttachments.Value()[i];
|
mozilla::dom::MmsAttachment& attachment = params.mAttachments.Value()[i];
|
||||||
MmsAttachmentData mmsAttachment;
|
MmsAttachmentData mmsAttachment;
|
||||||
mmsAttachment.id().Assign(attachment.mId);
|
mmsAttachment.id().Assign(attachment.mId);
|
||||||
mmsAttachment.location().Assign(attachment.mLocation);
|
mmsAttachment.location().Assign(attachment.mLocation);
|
||||||
|
Loading…
Reference in New Issue
Block a user