Bug 59964 - Implicit conversion from std::nullptr_t to PassOwnPtr doesn't work, but should
Summary: Implicit conversion from std::nullptr_t to PassOwnPtr doesn't work, but should
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-02 15:12 PDT by Adam Roben (:aroben)
Modified: 2011-05-03 06:58 PDT (History)
3 users (show)

See Also:


Attachments
Patch (44.09 KB, patch)
2011-05-02 15:13 PDT, Adam Roben (:aroben)
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>