[webkit-reviews] review granted: [Bug 181836] REGRESSION (r226981): ASSERTION FAILED: startY >= 0 && endY <= height && startY < endY in WebCore::FEMorphology::platformApplyGeneric : [Attachment 331950] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 22 13:44:45 PST 2018


Tim Horton <thorton at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 181836: REGRESSION (r226981): ASSERTION FAILED: startY >= 0 && endY <=
height && startY < endY in WebCore::FEMorphology::platformApplyGeneric
https://bugs.webkit.org/show_bug.cgi?id=181836

Attachment 331950: Patch

https://bugs.webkit.org/attachment.cgi?id=331950&action=review




--- Comment #12 from Tim Horton <thorton at apple.com> ---
Comment on attachment 331950
  --> https://bugs.webkit.org/attachment.cgi?id=331950
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=331950&action=review

> Source/WebCore/platform/graphics/filters/FEMorphology.cpp:197
> +	   WTF::ParallelJobs<PlatformApplyParameters>
parallelJobs(&WebCore::FEMorphology::platformApplyWorker, optimalThreadNumber);

Why the WTF::


More information about the webkit-reviews mailing list