[webkit-changes] [WebKit/WebKit] 7c82f5: Inline AbstractFrame::page() & AbstractFrame::owne...

Chris Dumez noreply at github.com
Thu Mar 2 09:50:35 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7c82f53bc23f4cfd24a35568e66c89502a3f27ba
      https://github.com/WebKit/WebKit/commit/7c82f53bc23f4cfd24a35568e66c89502a3f27ba
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-03-02 (Thu, 02 Mar 2023)

  Changed paths:
    M Source/WebCore/html/HTMLFrameOwnerElement.h
    M Source/WebCore/page/AbstractFrame.cpp
    M Source/WebCore/page/AbstractFrame.h
    M Source/WebCore/page/Page.h

  Log Message:
  -----------
  Inline AbstractFrame::page() & AbstractFrame::ownerElement()
https://bugs.webkit.org/show_bug.cgi?id=253204

Reviewed by Darin Adler.

Inline AbstractFrame::page() & AbstractFrame::ownerElement() since they show in
profiles and are trivial getters.

* Source/WebCore/page/AbstractFrame.cpp:
(WebCore::AbstractFrame::page const): Deleted.
* Source/WebCore/page/AbstractFrame.h:
* Source/WebCore/page/Page.h:
(WebCore::AbstractFrame::page const):

Canonical link: https://commits.webkit.org/261078@main




More information about the webkit-changes mailing list