[webkit-changes] [WebKit/WebKit] a3ead6: Fix debug tests after 266301 at main

Alex Christensen noreply at github.com
Tue Jul 25 16:58:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a3ead6795056e22b025fe0db430d6f6c1f24ef26
      https://github.com/WebKit/WebKit/commit/a3ead6795056e22b025fe0db430d6f6c1f24ef26
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
    M Source/WebCore/html/HTMLFrameOwnerElement.cpp

  Log Message:
  -----------
  Fix debug tests after 266301 at main
https://bugs.webkit.org/show_bug.cgi?id=259508
rdar://112868658

Unreviewed.

The new call to broadcastFrameRemovalToOtherProcesses was causing assertions.
Restrict it to when site isolation is enabled to restore existing behavior when it is not enabled.

* Source/WebCore/html/HTMLFrameOwnerElement.cpp:
(WebCore::HTMLFrameOwnerElement::disconnectContentFrame):

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




More information about the webkit-changes mailing list