On Oct 3, 2024, at 1:47 PM, Ryosuke Niwa via webkit-dev <webkit-dev@lists.webkit.org> wrote:The question is as follows. A pair of functions which lazily construct an object and one which returns nullptr if the object had not already been constructed can be named:StyleResolver* styleResolver();StyleResolver& ensureStyleResolver();