Bug 6165 - should be able to mix pointer types more with RefPtr/PassRefPtr
Summary: should be able to mix pointer types more with RefPtr/PassRefPtr
Status: RESOLVED DUPLICATE of bug 6191
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-20 09:20 PST by Darin Adler
Modified: 2005-12-21 22:33 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 Darin Adler 2005-12-20 09:20:32 PST
Here are things I believe we should add:

    1) additional constructors for that take pointers of different compatible types, including different types 
of PassRefPtr_Ref
    2) assignment operators that take pointers of different types
    3) operator== and != implementations that allow two different types of pointers
Comment 1 Darin Adler 2005-12-21 22:33:59 PST

*** This bug has been marked as a duplicate of 6191 ***