[Webkit-unassigned] [Bug 96610] [EFL][WK2] Regression (r128163)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 17 19:19:36 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=96610
--- Comment #7 from Gyuyoung Kim <gyuyoung.kim at samsung.com> 2012-09-17 19:20:05 PST ---
(From update of attachment 163800)
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;
}
--
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