WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
85462
Web Inspector: compile time ambiguity happens when I try to assign a TypeBuilder object to an out argument
https://bugs.webkit.org/show_bug.cgi?id=85462
Summary
Web Inspector: compile time ambiguity happens when I try to assign a TypeBuil...
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ilya Tikhonovsky
Comment 1
2012-05-02 23:40:12 PDT
Created
attachment 139964
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug