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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 17 18:48:32 PDT 2012


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





--- Comment #6 from Regina Chung <heejin.r.chung at samsung.com>  2012-09-17 18:49:01 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > Using EINA_SAFETY_ON_TRUE_RETURN_VAL(priv->evasGl, false); doesn't compile.
> > If we want to use EINA_SAFETY_ON_TRUE_RETURN_VAL(), we have to put !! in front of priv->evasGl.
> > Which one should I use?
> > EINA_SAFETY_ON_FALSE_RETURN_VAL(!priv->evasGl, false); or
> > EINA_SAFETY_ON_TRUE_RETURN_VAL(!!priv->evasGl, false);
> Something is strange. I succeed to compile with below code in my linux box.
> EINA_SAFETY_ON_TRUE_RETURN_VAL(priv->evasGl, false);
> Could you check this again ?

You have to build with --tiled-backing-store option to include that code :)

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