Closed
Bug 863725
Opened 12 years ago
Closed 12 years ago
Baseline IC IonSpew format string typo.
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: dougc, Assigned: dougc)
Details
Attachments
(1 file)
1.32 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
Minor typo or omission in an IonSpew format string. The format string requires three arguments but only two are supplied.
" Generating GetProp(%s %s%s) stub"
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #739608 -
Flags: review?(jdemooij)
Comment 2•12 years ago
|
||
Comment on attachment 739608 [details] [diff] [review]
Fix an IonSpew format string typo in Baseline IC.
Review of attachment 739608 [details] [diff] [review]:
-----------------------------------------------------------------
Nice catch, I will push this patch either today or tomorrow.
Attachment #739608 -
Flags: review?(jdemooij) → review+
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•