Closed
Bug 713149
Opened 14 years ago
Closed 14 years ago
hal_impl has no method GetCurrentBatteryInformation
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: philikon, Assigned: philikon)
References
Details
Attachments
(1 file, 1 obsolete file)
|
340 bytes,
patch
|
Details | Diff | Splinter Review |
Tiny error that keeps the patch landed in bug 696042 from compiling.
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #583963 -
Flags: review?(mwu)
Comment 2•14 years ago
|
||
Comment on attachment 583963 [details] [diff] [review]
fix
Hm, I remember putting this here because it made the function call unambiguous. Well, whatever works.
Attachment #583963 -
Flags: review?(mwu) → review+
Since this code was written, the semi-private methods were split out of Hal.h into HalImpl.h.
Instead of this patch, please add an #include "HalImpl.h" after "Hal.h".
| Assignee | ||
Comment 4•14 years ago
|
||
Makes sense, Chris. Here's an updated patch that I'll push in a bit.
Attachment #583963 -
Attachment is obsolete: true
| Assignee | ||
Comment 5•14 years ago
|
||
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
You need to log in
before you can comment on or make changes to this bug.
Description
•