Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 929e411f82b6d8694fbcbe04c113b66cacb1be36
https://github.com/WebKit/WebKit/commit/929e411f82b6d8694fbcbe04c113b66cacb1be36
Author: Ada Chan <[email protected]>
Date: 2025-06-17 (Tue, 17 Jun 2025)
Changed paths:
M Source/WebKit/WebProcess/Model/ModelProcessModelPlayer.cpp
Log Message:
-----------
RELEASE_ASSERT fired in WebKit::ModelProcessModelPlayer::didUnload
https://bugs.webkit.org/show_bug.cgi?id=294589
rdar://153047027
Reviewed by Mike Wyrzykowski.
This is a speculative fix as I can't reproduce this locally.
If this gets called when the model process connection is closed
and the page has already been closed,
ModelProcessModelPlayer::modelProcessEnabled()
will return false because the page is no longer there. In that case,
we want to just return early and not fail the assertion.
* Source/WebKit/WebProcess/Model/ModelProcessModelPlayer.cpp:
(WebKit::ModelProcessModelPlayer::didUnload):
Canonical link: https://commits.webkit.org/296362@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes