[Webkit-unassigned] [Bug 96610] [EFL][WK2] Regression (r128163)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 17 22:17:20 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=96610
--- Comment #15 from Gyuyoung Kim <gyuyoung.kim at samsung.com> 2012-09-17 22:17:49 PST ---
(In reply to comment #14)
/home/gyuyoung/webkit/WebKit/Source/WebKit2/UIProcess/API/efl/ewk_view.cpp:501:5: error: invalid conversion from ‘Evas_GL* {aka _Evas_GL*}’ to ‘long int’ [-fpermissive]
>
> Maybe EINA_SAFETY_ON_TRUE_RETURN_VAL(!!priv->evasGl, false); would have worked then?
As I said comment #7, I think EINA_SAFETY_ON_NULL_RETURN_VAL is more proper because this is for checking if priv->evasGL is not null. Generally, it looks EINA_SAFETY_ON_TRUE | FALSE_RETURN_VAL() are used for checking specific condition rather than checking if null. So, I thought that explicit *if* condition is better than EINA_SAFETY_ON_TRUE | FALSE_RETURN_VAL for null checking.
--
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