Bug 191520 - Add a way to convert std::unique_ptr to UniqueRef and vice versa
Summary: Add a way to convert std::unique_ptr to UniqueRef and vice versa
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-11 17:36 PST by Jiewen Tan
Modified: 2018-11-11 17:36 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiewen Tan 2018-11-11 17:36:41 PST
It might be good to have ways to convert std::unique_ptr to UniqueRef and vice versa just like we do for RefPtr and Ref.