Closed
Bug 944834
Opened 12 years ago
Closed 12 years ago
dom/mobilemessage/src/ipc/SmsIPCService.cpp:285:5: error: use of undeclared identifier 'dom' in non-unified builds
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 943712
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
dom/mobilemessage/src/ipc/SmsIPCService.cpp:285:5: error: use of undeclared identifier 'dom'; did you mean 'mozilla::dom'?
dom::MmsAttachment& attachment = params.mAttachments.Value()[i];
^~~
mozilla::dom
Assignee | ||
Comment 1•12 years ago
|
||
Erf, ironically, the patch to make it build in unified mode is what broke it in non-unified mode.
Blocks: 943712
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #8340572 -
Flags: review?(gene.lian)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 8340572 [details] [diff] [review]
Fix non-unified build in dom/mobilemessage after bug 943712
bjacob landed a fix.
Attachment #8340572 -
Flags: review?(gene.lian)
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•