[Webkit-unassigned] [Bug 117384] [CoordinatedGraphics] Typo in argument decoder for CoordinatedGraphicsState

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 9 17:54:39 PDT 2013


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





--- Comment #2 from Jae Hyun Park <jae.park at company100.net>  2013-06-09 17:53:14 PST ---
(In reply to comment #0)
> I noticed that CoordinatedGraphicsArgumentCoders.cpp:1187 is wrong for CSS shaders, it currently reads:
> 
>     if (!decoder.decode(state.updateAtlasesToRemove))
>         return false;
> 
> But it should say:
> 
>     if (!decoder.decode(state.customFiltersToRemove))
>         return false;

Thanks for reporting! 
I quickly made a patch to fix this. I hope you don't mind.

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