[webkit-changes] [WebKit/WebKit] 451357: Inline Document::page()

Chris Dumez noreply at github.com
Fri Mar 3 18:05:00 PST 2023


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

  Changed paths:
    M Source/WebCore/Modules/encryptedmedia/MediaKeySystemRequest.cpp
    M Source/WebCore/dom/Document.cpp
    M Source/WebCore/dom/Document.h
    M Source/WebCore/dom/FullscreenManager.h
    M Source/WebCore/page/Page.h

  Log Message:
  -----------
  Inline Document::page()
https://bugs.webkit.org/show_bug.cgi?id=253293

Reviewed by Darin Adler.

Inline Document::page() as it is small and shows on profiles.

* Source/WebCore/Modules/encryptedmedia/MediaKeySystemRequest.cpp:
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::page const): Deleted.
* Source/WebCore/dom/Document.h:
* Source/WebCore/dom/FullscreenManager.h:
* Source/WebCore/page/Page.h:
(WebCore::Document::page const):

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




More information about the webkit-changes mailing list