Closed
Bug 903354
Opened 12 years ago
Closed 12 years ago
GC: Remove unused AutoPropertyDescriptorRooter
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: jonco, Assigned: jonco)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
3.56 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
Since this is now unused we can get rid of it.
Attachment #788064 -
Flags: review?(terrence)
Comment 1•12 years ago
|
||
Comment on attachment 788064 [details] [diff] [review]
remove-apdr
Review of attachment 788064 [details] [diff] [review]:
-----------------------------------------------------------------
Excellent! \o/
r=me
::: js/src/jsobjinlines.h
@@ -933,5 @@
> };
>
> -class AutoPropertyDescriptorRooter : private AutoGCRooter, public PropertyDescriptor
> -{
> - SkipRoot skip;
And another SkipRoot down!
Attachment #788064 -
Flags: review?(terrence) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•