[LFC Display] Give display boxes a parent pointer
Created attachment 416866 [details] Patch
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())
https://trac.webkit.org/r271134
<rdar://problem/72794178>