[webkit-changes] [WebKit/WebKit] f7167b: [PlayStation][CFI] Remove unnecessary cast in Fram...

Stephan Szabo noreply at github.com
Wed Apr 12 11:53:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f7167b05ac1aaf64265665ca9f5a6bf9371ef8a2
      https://github.com/WebKit/WebKit/commit/f7167b05ac1aaf64265665ca9f5a6bf9371ef8a2
  Author: Stephan Szabo <stephan.szabo at sony.com>
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
    M Source/WebCore/page/FrameTree.cpp

  Log Message:
  -----------
  [PlayStation][CFI] Remove unnecessary cast in FrameTree.cpp
https://bugs.webkit.org/show_bug.cgi?id=255348

Reviewed by Chris Dumez.

The FrameTree constructor was doing an unnecessary cast to
LocalFrame on one of its parameters that made CFI checks
on PlayStation unhappy due to timing of construction.

* Source/WebCore/page/FrameTree.cpp:
(WebCore::FrameTree::FrameTree):

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




More information about the webkit-changes mailing list