Closed
Bug 1215211
Opened 10 years ago
Closed 10 years ago
Fix renamed variable when raising Exception
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
DUPLICATE
of bug 1212624
People
(Reporter: sfink, Assigned: sfink)
References
Details
Attachments
(1 file)
|
1.83 KB,
patch
|
nbp
:
review+
|
Details | Diff | Splinter Review |
I get an error message on Windows when I run check-style, because my hg version is too old. But when trying to throw the exception, it also hits an undefined variable introduced with bug 1178772.
| Assignee | ||
Comment 1•10 years ago
|
||
Fix the message.
Attachment #8674369 -
Flags: review?(nicolas.b.pierron)
Updated•10 years ago
|
Attachment #8674369 -
Flags: review?(nicolas.b.pierron) → review+
| Assignee | ||
Comment 2•10 years ago
|
||
Oops. Accidentally checked in this change as part of an unrelated patch on bug 1212624. This is going to be a weird dupe.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•