[Webkit-unassigned] [Bug 73790] [EFL] Add RefPtrEfl specialization for evas_object.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 8 22:43:52 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73790


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #118316|review?                     |review-
               Flag|                            |




--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org>  2011-12-08 22:43:52 PST ---
(From update of attachment 118316)
View in context: https://bugs.webkit.org/attachment.cgi?id=118316&action=review

> Source/WebCore/platform/efl/RefPtrEfl.cpp:28
> +    if (LIKELY(ptr != 0))

WebKit style is not to compare with 0. So you should do LIKELY(ptr) or LIKELY(!!ptr)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list