Closed
Bug 702523
Opened 14 years ago
Closed 14 years ago
js_FloorLog2wImpl should be public
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle)
Details
Attachments
(1 file)
|
963 bytes,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
In Utility.h, we have
extern size_t js_FloorLog2wImpl(size_t n);
for some cases.
It will not work, if libmozjs.so is built instead of static_js.a.
We should use JS_PUBLIC_API instead.
Updated•14 years ago
|
Attachment #574540 -
Flags: review?(luke) → review+
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
You need to log in
before you can comment on or make changes to this bug.
Description
•