RESOLVED WONTFIX Bug 29738
Revert JavaScriptCore RefPtr and PassRefPtr changes when winscw bug gets fixed.
https://bugs.webkit.org/show_bug.cgi?id=29738
Summary Revert JavaScriptCore RefPtr and PassRefPtr changes when winscw bug gets fixed.
Yongjun Zhang
Reported 2009-09-25 08:28:10 PDT
In RefPtr and PassRefPtr, a helper function is introduced (derefIfNotNull) to get around a known Winscw bug (https://xdabug001.ext.nokia.com/bugzilla/show_bug.cgi?id=9812). The change should be reverted if the above mentioned bug is fixed in winscw compiler side. Following patches are introduced into JavascriptCore: https://bugs.webkit.org/show_bug.cgi?id=28054 https://bugs.webkit.org/show_bug.cgi?id=29187
Attachments
Ahmad Saleem
Comment 1 2022-09-17 16:56:03 PDT
PassRefPtr does not exist in Webkit Github source as of today. So this will be WONTFIX at this point. Thanks!
Alexey Proskuryakov
Comment 2 2022-09-18 17:10:55 PDT
We still have derefIfNotNull in RefPtr though. Also in CheckedPtr. But it has changed, and I'm not sure if there is anything to do at this point.
Note You need to log in before you can comment on or make changes to this bug.