Closed
Bug 854852
Opened 13 years ago
Closed 13 years ago
GC: One root missed from debugger
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: jonco, Unassigned)
Details
Attachments
(1 file)
|
995 bytes,
patch
|
jonco
:
review+
|
Details | Diff | Splinter Review |
As mentioned in bug 853461, this needs rooting:
js/src/vm/Debugger.cpp:882
> jsid throwId = NameToId(cx->names().throw_);
r=terrence in bug 853461.
Attachment #729476 -
Flags: review+
| Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•