Closed
Bug 1621889
Opened 5 years ago
Closed 5 years ago
Remove unused originalRegisteredPool in ThreadActor#threadObjectGrip
Categories
(DevTools :: Framework, task, P3)
DevTools
Framework
Tracking
(firefox81 fixed)
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: ash153311, Mentored)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file)
In Bug 1599221, we added a reference to the original parent of an actor in threadObjectGrip
(devtools/server/actors/thread.js#1620)
But it looks like it's not used anywhere (search), so we can probably remove it.
Reporter | ||
Comment 1•5 years ago
|
||
is there something I'm missing Jason?
If not, we can probably turn this into a good first bug
Component: Untriaged → Framework
Flags: needinfo?(jlaster)
Product: Firefox → DevTools
Reporter | ||
Comment 2•5 years ago
|
||
Here's the search: https://searchfox.org/mozilla-central/search?q=originalRegisteredPool&path=&case=false®exp=false
Since there's only one occurence, let's remove it.
Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → ash153311
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1ccc197c39a0
Remove unused originalRegisteredPool in Thread.js r=nchevobbe
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•