Closed
Bug 863289
Opened 12 years ago
Closed 12 years ago
GC: Continue the rooting of XPConnect
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: jonco, Assigned: jonco)
References
Details
Attachments
(1 file)
49.64 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #739091 -
Flags: review?(bobbyholley+bmo)
Assignee | ||
Updated•12 years ago
|
Blocks: ExactRootingBrowser
Comment 1•12 years ago
|
||
Comment on attachment 739091 [details] [diff] [review]
Proposed changes
Review of attachment 739091 [details] [diff] [review]:
-----------------------------------------------------------------
r=bholley
::: js/xpconnect/wrappers/ChromeObjectWrapper.cpp
@@ +183,5 @@
>
> // Note that PropIsFromStandardPrototype needs to invoke getPropertyDescriptor
> // before we've fully entered the policy. Waive our policy.
> + RootedObject rootedWrapper(cx, wrapper);
> + RootedId rootedId(cx, id);
Now that we have handles coming in here, we don't need these at all AFAICT.
Attachment #739091 -
Flags: review?(bobbyholley+bmo) → review+
Assignee | ||
Comment 2•12 years ago
|
||
(In reply to Bobby Holley (:bholley) from comment #1)
> Now that we have handles coming in here, we don't need these at all AFAICT.
Indeed, fixed.
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•