Bug 275181
| Summary: | Cleanup LocalFrameViewLayoutContext calls to document | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, fujii.hironori, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vitor Roriz
We already have a document accessor defined
Document* LocalFrameViewLayoutContext::document() const
{
return frame().document();
}
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/129301712>
Vitor Roriz
Pull request: https://github.com/WebKit/WebKit/pull/29554
EWS
Committed 279760@main (00c73058f19e): <https://commits.webkit.org/279760@main>
Reviewed commits have been landed. Closing PR #29554 and removing active labels.
Fujii Hironori
Regressed: Bug 275192 – REGRESSION(279760@main): ASSERTION FAILED: document()->inHitTesting() in WebCore::LocalFrameViewLayoutContext::setNeedsLayoutAfterViewConfigurationChange()