Bug 61898

Summary: [chromium] LayerChromium should use a RefPtr for replica layer
Product: WebKit Reporter: Adrienne Walker <enne>
Component: New BugsAssignee: Adrienne Walker <enne>
Status: RESOLVED FIXED    
Severity: Normal CC: enne, eric, jamesr, kbr, vangelis
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric: review+

Description Adrienne Walker 2011-06-01 17:59:28 PDT
[chromium] LayerChromium should use a RefPtr for replica layer
Comment 1 Adrienne Walker 2011-06-01 18:02:00 PDT
Created attachment 95692 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-06-02 08:28:58 PDT
Comment on attachment 95692 [details]
Patch

So long as this doesn't cause a ref cycle, sure.
Comment 3 Adrienne Walker 2011-06-02 12:45:52 PDT
Committed r87942: <http://trac.webkit.org/changeset/87942>
Comment 4 Adrienne Walker 2011-06-02 13:01:54 PDT
(In reply to comment #2)
> (From update of attachment 95692 [details])
> So long as this doesn't cause a ref cycle, sure.

Thanks.  I talked to a few folks and stared at it closely.  My understanding like cycles can't happen given the way replica layers are created and assigned.