Bug 6165
Summary: | should be able to mix pointer types more with RefPtr/PassRefPtr | ||
---|---|---|---|
Product: | WebKit | Reporter: | Darin Adler <darin> |
Component: | WebKit Misc. | Assignee: | Darin Adler <darin> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Enhancement | CC: | mjs |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Darin Adler
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
*** This bug has been marked as a duplicate of 6191 ***