Bug 245362
Summary: | Use dynamicDowncast() in RenderBox::offsetFromContainer() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
Component: | Layout and Rendering | Assignee: | Nikolas Zimmermann <zimmermann> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, rbuis, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Nikolas Zimmermann
When both if<Foo> + downcast<Foo> are used, dynamicDowncast() is preferred (less repetitive).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/4482
EWS
Committed 254644@main (cfb088fd5663): <https://commits.webkit.org/254644@main>
Reviewed commits have been landed. Closing PR #4482 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/100138658>
Nikolas Zimmermann
Well, this is part of the work done for LBSE, but doesn't "block" bug 90738, removing that dependency again.