[webkit-reviews] review requested: [Bug 28054] use auxillary releaseRef function to get around winscw compiler issue regarding template argument. : [Attachment 34218] Fix the issue with a helper function.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 6 12:23:27 PDT 2009


Yongjun Zhang <yongjun.zhang at nokia.com> has asked  for review:
Bug 28054: use auxillary releaseRef function to get around winscw compiler
issue regarding template argument.
https://bugs.webkit.org/show_bug.cgi?id=28054

Attachment 34218: Fix the issue with a helper function.
https://bugs.webkit.org/attachment.cgi?id=34218&action=review

------- Additional Comments from Yongjun Zhang <yongjun.zhang at nokia.com>
Use a helper function to work around winscw compiler forward declaration bug
regarding templated classes.

Add parenthesis around (PassRefPtr::*UnspecifiedBoolType) to make winscw
compiler
work with the default UnSpecifiedBoolType() operator, which removes the winscw
specific bool cast hack.


More information about the webkit-reviews mailing list