Bug 85462

Summary: Web Inspector: compile time ambiguity happens when I try to assign a TypeBuilder object to an out argument
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Ilya Tikhonovsky
Reported 2012-05-02 23:36:58 PDT
It happens because we have type casting operators for both types RefPtr<*Type*> and PassRefPtr<*Type*>. I think we can drop PassRefPtr type casting operator and use a named function 'release'.
Attachments
Patch (6.91 KB, patch)
2012-05-02 23:40 PDT, Ilya Tikhonovsky
no flags
Ilya Tikhonovsky
Comment 1 2012-05-02 23:40:12 PDT
Ilya Tikhonovsky
Comment 2 2012-05-03 05:38:42 PDT
Comment on attachment 139964 [details] Patch Clearing flags on attachment: 139964 Committed r115965: <http://trac.webkit.org/changeset/115965>
Ilya Tikhonovsky
Comment 3 2012-05-03 05:38:49 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.