Closed
Bug 785867
Opened 12 years ago
Closed 12 years ago
B2G SMS: avoid using NSPR integer types
Categories
(Core :: DOM: Device Interfaces, defect)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
DUPLICATE
of bug 579517
People
(Reporter: vicamo, Assigned: vicamo)
References
Details
Bug 707659 inserted lines with NSPR integer typed variable in dom/sms/src/SmsManager.cpp and should be replaced with types from stdint.h.
Assignee | ||
Comment 1•12 years ago
|
||
The one inserted by bug 707659 was solved by Ehsan in https://hg.mozilla.org/mozilla-central/rev/ef0db3592a2e . However, bug 779378 also inserted NSPR typed variable in dom/base/Navigator.cpp and is still not fixed.
Assignee | ||
Comment 2•12 years ago
|
||
Mark as duplicates bug 579517 and upload a change like https://hg.mozilla.org/mozilla-central/rev/ef0db3592a2e .
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•