Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 385d8e2ffd58ad860a545dffcb4898e26ca8e8eb
https://github.com/WebKit/WebKit/commit/385d8e2ffd58ad860a545dffcb4898e26ca8e8eb
Author: Lauro Moura <[email protected]>
Date: 2026-07-28 (Tue, 28 Jul 2026)
Changed paths:
M Source/WebCore/layout/formattingContexts/grid/TrackSizingAlgorithm.cpp
Log Message:
-----------
REGRESSION(318033@main) Crash in Layout::sizeTracksToFitNonSpanningItems due
to ASSERT_NOT_IMPLEMENTED_YET
https://bugs.webkit.org/show_bug.cgi?id=320450
Reviewed by Carlos Alberto Lopez Perez.
Replace the stop-the-world ASSERT_NOT_IMPLEMENTED_YET with
a notImplement() call, avoiding the ~40 crashes reaching this block.
This follows the same pattern used in other callbacks in the same file.
* Source/WebCore/layout/formattingContexts/grid/TrackSizingAlgorithm.cpp:
(WebCore::Layout::sizeTracksToFitNonSpanningItems):
Canonical link: https://commits.webkit.org/318063@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications