RESOLVED FIXED 255348
[PlayStation][CFI] Remove unnecessary cast in FrameTree.cpp
https://bugs.webkit.org/show_bug.cgi?id=255348
Summary [PlayStation][CFI] Remove unnecessary cast in FrameTree.cpp
Stephan Szabo
Reported 2023-04-12 10:10:08 PDT
CFI builds on PlayStation failed when a LocalFrame was made and then the Frame construction made the FrameTree because that was trying to cast what was effectively *this to LocalFrame, but that wasn't yet a LocalFrame so was picked up as a bad derived cast. As the value was only being used there to stick into a Frame&, remove the cast.
Attachments
Stephan Szabo
Comment 1 2023-04-12 10:43:53 PDT
EWS
Comment 2 2023-04-12 11:53:49 PDT
Committed 262878@main (f7167b05ac1a): <https://commits.webkit.org/262878@main> Reviewed commits have been landed. Closing PR #12659 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-04-12 11:54:15 PDT
Note You need to log in before you can comment on or make changes to this bug.