Closed
Bug 1382720
Opened 8 years ago
Closed 8 years ago
Refactor Zone::setGCState to assert previous state
Categories
(Core :: JavaScript: GC, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla56
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
|
10.71 KB,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
Pretty much everywhere we call this we also assert the previous state. It makes sense to do this as part of the method.
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8888382 -
Flags: review?(sphink)
Updated•8 years ago
|
Attachment #8888382 -
Flags: review?(sphink) → review+
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d9d10df4a135
Move zone state assertion into state update method r=sfink
Comment 3•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•