Closed
Bug 945360
Opened 11 years ago
Closed 11 years ago
Fix three recently added hazards in spidermonkey
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla28
Tracking | Status | |
---|---|---|
firefox28 | --- | fixed |
People
(Reporter: terrence, Assigned: terrence)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
4.92 KB,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
Pretty much trivial.
Attachment #8341194 -
Flags: review?(sphink)
Comment 1•11 years ago
|
||
Comment on attachment 8341194 [details] [diff] [review]
fix_new_hazards_in_sm-v0.diff
Review of attachment 8341194 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/src/vm/Debugger.cpp
@@ +709,5 @@
>
> + if (obj->is<JSFunction>()) {
> + RootedFunction fun(cx, &obj->as<JSFunction>());
> + if (!EnsureFunctionHasScript(cx, fun))
> + return false;
Is this the same one I just r+'ed for jonco too? You may get a conflict.
Attachment #8341194 -
Flags: review?(sphink) → review+
Assignee | ||
Comment 2•11 years ago
|
||
I thought that was me and I thought I had checked that in. Probably got dropped between tree closers with all the bustle at the hack week.
https://hg.mozilla.org/integration/mozilla-inbound/rev/f8b57cbe128a
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
status-firefox28:
--- → fixed
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•