[webkit-changes] [WebKit/WebKit] d4969e: Clean up WebPageProxy::didDestroyFrame

Alex Christensen noreply at github.com
Fri Sep 22 18:32:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d4969e8235f03ec7640d5f04c55b0d5a87f13483
      https://github.com/WebKit/WebKit/commit/d4969e8235f03ec7640d5f04c55b0d5a87f13483
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2023-09-22 (Fri, 22 Sep 2023)

  Changed paths:
    M Source/WebKit/UIProcess/WebPageProxy.cpp
    M Source/WebKit/UIProcess/WebPageProxy.h

  Log Message:
  -----------
  Clean up WebPageProxy::didDestroyFrame
https://bugs.webkit.org/show_bug.cgi?id=261971
rdar://115908483

Reviewed by Pascoe and Chris Dumez.

Remove a comment that is no longer true after 255346 at main
Also remove an unneeded abstraction, and unneeded hops from the page
to the frame to the page.

* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::didDestroyFrame):
* Source/WebKit/UIProcess/WebPageProxy.h:

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




More information about the webkit-changes mailing list