[Webkit-unassigned] [Bug 106796] [TexMap] Composited CSS shaders crash when using non-GL TextureMapper

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 07:55:01 PST 2013


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





--- Comment #2 from Jocelyn Turcotte <jocelyn.turcotte at digia.com>  2013-01-15 07:56:47 PST ---
(From update of attachment 182739)
View in context: https://bugs.webkit.org/attachment.cgi?id=182739&action=review

> Source/WebCore/rendering/FilterEffectRenderer.cpp:424
> +    if (!effect)
> +        return;

By looking at the rest of FilterEffectRenderer, it looks like lastEffect is expected not to be null, so I'm not sure if this is the best fix longer term.
It feels like none of this code makes sense if the list of effect is empty. Is there a way you could fix it at the caller?

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