Bug 138389

Summary: Allow constructing a PassRef from a Ref
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web Template FrameworkAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2014-11-04 17:26:08 PST
Allow constructing a PassRef from a Ref, similarly to PassRefPtr that can be constructed from a RefPtr already. This avoids having to call Ref::get() and simplifies the code a bit.
Comment 1 Chris Dumez 2014-11-04 18:03:00 PST
Created attachment 240991 [details]
Patch
Comment 2 Andreas Kling 2014-11-05 15:36:32 PST
Comment on attachment 240991 [details]
Patch

Seems fine. r=me
Comment 3 WebKit Commit Bot 2014-11-05 16:16:22 PST
Comment on attachment 240991 [details]
Patch

Clearing flags on attachment: 240991

Committed r175648: <http://trac.webkit.org/changeset/175648>
Comment 4 WebKit Commit Bot 2014-11-05 16:16:25 PST
All reviewed patches have been landed.  Closing bug.