Skip to content

Commit

Permalink
Additional refptr/passrefptr workarounds for WINSCW compiler
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=28054

Patch by Janne Koskinen <janne.p.koskinen@digia.com> on 2010-02-12

Reviewed by Tor Arne Vestbø.

* wtf/PassRefPtr.h:
(WTF::refIfNotNull):
(WTF::PassRefPtr::PassRefPtr):
(WTF::PassRefPtr::~PassRefPtr):
(WTF::PassRefPtr::clear):
(WTF::::operator):
* wtf/RefPtr.h:
(WTF::RefPtr::RefPtr):
(WTF::::operator):

Canonical link: https://commits.webkit.org/48919@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@57632 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
Janne Koskinen authored and smfr committed Apr 15, 2010
1 parent 6b82472 commit c13a932
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions JavaScriptCore/ChangeLog
Expand Up @@ -3668,6 +3668,23 @@
(WTF::RefPtr::RefPtr):
(WTF::::operator):

2010-02-12 Janne Koskinen <janne.p.koskinen@digia.com>

Reviewed by Tor Arne Vestbø.

Additional refptr/passrefptr workarounds for WINSCW compiler
https://bugs.webkit.org/show_bug.cgi?id=28054

* wtf/PassRefPtr.h:
(WTF::refIfNotNull):
(WTF::PassRefPtr::PassRefPtr):
(WTF::PassRefPtr::~PassRefPtr):
(WTF::PassRefPtr::clear):
(WTF::::operator):
* wtf/RefPtr.h:
(WTF::RefPtr::RefPtr):
(WTF::::operator):

2010-02-12 Janne Koskinen <janne.p.koskinen@digia.com>

Reviewed by Simon Hausmann.
Expand Down

0 comments on commit c13a932

Please sign in to comment.