Closed
Bug 876952
Opened 12 years ago
Closed 12 years ago
Shell: help() refers to isAsmJSModule instead of isAsmJSFunction
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: bbouvier, Assigned: bbouvier)
Details
Attachments
(1 file)
|
1.16 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
In the shell, isAsmJSModule is present twice. After a quick look at the code, one occurrence should actually refer to isAsmJSFunction.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #755077 -
Flags: review?(luke)
Comment 2•12 years ago
|
||
Comment on attachment 755077 [details] [diff] [review]
fix
doh, thanks!
Attachment #755077 -
Flags: review?(luke) → review+
| Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 3•12 years ago
|
||
Keywords: checkin-needed
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•