Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 459c9e987be78e3b53408badf82ae7a287b2deae
https://github.com/WebKit/WebKit/commit/459c9e987be78e3b53408badf82ae7a287b2deae
Author: Ashusahani <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M Tools/MiniBrowser/playstation/main.cpp
Log Message:
-----------
PlayStation: Main thread assertion fails on PlayStation
https://bugs.webkit.org/show_bug.cgi?id=316652
Reviewed by Don Olmstead.
In PlayStation MiniBrowser, the JSRemoteInspectorServer was being
initialized before the main thread initialization, causing it to acquire
UID 1 first. As a result, the assertion failed when the main thread was
initialized.
To resolve this, we moved the JSC server startup to occur after WebKit
initialization. With this change, MiniBrowser loads successfully.
* Tools/MiniBrowser/playstation/main.cpp:
(initialize):
(main):
Canonical link: https://commits.webkit.org/314939@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications