Bug 59964

Summary: Implicit conversion from std::nullptr_t to PassOwnPtr doesn't work, but should
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: PlatformAssignee: Adam Roben (:aroben) <aroben>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, andersca, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch abarth: review+

Description Adam Roben (:aroben) 2011-05-02 15:12:24 PDT
Implicit conversion from std::nullptr_t to PassOwnPtr doesn't work, but should
Comment 1 Adam Roben (:aroben) 2011-05-02 15:13:29 PDT
Created attachment 91990 [details]
Patch
Comment 2 Adam Barth 2011-05-02 15:14:33 PDT
Comment on attachment 91990 [details]
Patch

So pretty.
Comment 3 Adam Roben (:aroben) 2011-05-03 06:58:24 PDT
Committed r85603: <http://trac.webkit.org/changeset/85603>