[webkit-changes] [WebKit/WebKit] 67a39e: Crash when destroying FrameView.

megangardner noreply at github.com
Tue Jan 30 16:23:34 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 67a39ee3032af6570dfd4e41293b3576fceeab6c
      https://github.com/WebKit/WebKit/commit/67a39ee3032af6570dfd4e41293b3576fceeab6c
  Author: Megan Gardner <megan_gardner at apple.com>
  Date:   2024-01-30 (Tue, 30 Jan 2024)

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

  Log Message:
  -----------
  Crash when destroying FrameView.
https://bugs.webkit.org/show_bug.cgi?id=268316
rdar://121636013

Reviewed by Wenson Hsieh.

Based on the crash log and the crashlog script, we are missing
a null check.

* Source/WebCore/page/LocalFrameView.cpp:
(WebCore::LocalFrameView::setWasScrolledByUser):

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




More information about the webkit-changes mailing list