Bug 265986
Summary: | Fix break with LAYER_BASED_SVG_ENGINE disabled after 271550@main | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yousuke Kimoto <Yousuke.Kimoto> |
Component: | SVG | Assignee: | Yousuke Kimoto <Yousuke.Kimoto> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | sabouhallawa, webkit-bug-importer, zimmermann |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Yousuke Kimoto
A build break happens with LAYER_BASED_SVG_ENGINE disabled after 271550@main.
> UNUSED_PARAM(context);
"context" doesn't exist in RenderSVGInline::rectsForRepaintingAfterLayout(), then a compiling error happens.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yousuke Kimoto
Pull request: https://github.com/WebKit/WebKit/pull/21431
EWS
Committed 271775@main (4b8a40f948e6): <https://commits.webkit.org/271775@main>
Reviewed commits have been landed. Closing PR #21431 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/119410878>