[webkit-reviews] review denied: [Bug 127625] Remove atomicIncrement/atomicDecrement : [Attachment 222224] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 25 12:30:05 PST 2014


Andreas Kling <akling at apple.com> has denied Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 127625: Remove atomicIncrement/atomicDecrement
https://bugs.webkit.org/show_bug.cgi?id=127625

Attachment 222224: Patch
https://bugs.webkit.org/attachment.cgi?id=222224&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=222224&action=review


> Source/WTF/wtf/ThreadSafeRefCounted.h:97
> -	   if (atomicDecrement(&m_refCount) <= 0) {
> +	   if (++m_refCount <= 0) {

Bug!


More information about the webkit-reviews mailing list