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
223ed468ec
commit
df947c50de
@ -282,7 +282,7 @@ GetSendMmsMessageRequestFromParams(uint32_t aServiceId,
|
||||
}
|
||||
|
||||
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;
|
||||
mmsAttachment.id().Assign(attachment.mId);
|
||||
mmsAttachment.location().Assign(attachment.mLocation);
|
||||
|
Loading…
Reference in New Issue
Block a user