Closed
Bug 863234
Opened 11 years ago
Closed 11 years ago
PJS: Fix inlineDump handling of MParDump
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: pnkfelix, Assigned: pnkfelix)
References
Details
Attachments
(1 file)
963 bytes,
patch
|
nmatsakis
:
review+
|
Details | Diff | Splinter Review |
This is not right: MParDump *dump = new MParDump(callInfo.getArg(1)); since Dump is a unary operation. (We only use Dump during development, so this was easy to overlook.)
Assignee | ||
Comment 1•11 years ago
|
||
Updated•11 years ago
|
Attachment #739032 -
Flags: review?(nmatsakis) → review+
Assignee | ||
Comment 2•11 years ago
|
||
try build: https://tbpl.mozilla.org/?tree=Try&rev=fe2dda4624f7
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 3•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/45228f2c64f9
Keywords: checkin-needed
Comment 4•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/45228f2c64f9
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•