RESOLVED FIXED Bug 220210
[LFC Display] Give display boxes a parent pointer
https://bugs.webkit.org/show_bug.cgi?id=220210
Summary [LFC Display] Give display boxes a parent pointer
Simon Fraser (smfr)
Reported 2020-12-31 08:57:09 PST
[LFC Display] Give display boxes a parent pointer
Attachments
Patch (2.59 KB, patch)
2020-12-31 08:57 PST, Simon Fraser (smfr)
zalan: review+
Simon Fraser (smfr)
Comment 1 2020-12-31 08:57:54 PST
zalan
Comment 2 2021-01-02 20:09:38 PST
Comment on attachment 416866 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=416866&action=review > Source/WebCore/display/css/DisplayBox.h:73 > + ContainerBox* parent() const { return m_parent; } I usually do a const and a non-const version of getters like this (unless you really only need a const ContainerBox* parent())
Simon Fraser (smfr)
Comment 3 2021-01-04 10:15:21 PST
Radar WebKit Bug Importer
Comment 4 2021-01-04 10:16:36 PST
Note You need to log in before you can comment on or make changes to this bug.