[Webkit-unassigned] [Bug 96610] [EFL][WK2] Regression (r128163)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 17 19:36:48 PDT 2012


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





--- Comment #9 from Regina Chung <heejin.r.chung at samsung.com>  2012-09-17 19:37:17 PST ---
(In reply to comment #7)
> (From update of attachment 163800 [details])
> Frankly, EINA_SAFETY_ON_NULL_RETURN_VAL is correct I think. But, it was changed due to compilation warning. So, if you need to check if priv->evasGl is null, why don't you use *if* condition explicitly ?
> if (priv->evasGl) {
>     EINA_LOG_DOM_WARN(_ewk_log_dom, "bla bla");
>     return false;
> }

I agree that EINA_SAFETY_ON_NULL_RETURN_VAL is correct. Changed the code as you suggested.

-- 
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