Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b39b69a2ef1b3a4b2f8f5b2fe6f1e8cc2dff7e1c
      
https://github.com/WebKit/WebKit/commit/b39b69a2ef1b3a4b2f8f5b2fe6f1e8cc2dff7e1c
  Author: Etienne Segonzac <s...@apple.com>
  Date:   2023-07-28 (Fri, 28 Jul 2023)

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

  Log Message:
  -----------
  Fix assertion failure in InteractionRegion::isOverlay
https://bugs.webkit.org/show_bug.cgi?id=259598
<rdar://113037867>

Reviewed by Tim Horton.

We're not supposed to use `firstChildBox()` if the first child might be
of another type. Using `firstChild()` directly instead.

* Source/WebCore/page/InteractionRegion.cpp:
(WebCore::isOverlay):

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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to