Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b2e89f2c843011499ef64f28c836ba5cc678cf4f
https://github.com/WebKit/WebKit/commit/b2e89f2c843011499ef64f28c836ba5cc678cf4f
Author: Fujii Hironori <[email protected]>
Date: 2025-12-15 (Mon, 15 Dec 2025)
Changed paths:
M Source/WebKit/UIProcess/XR/openxr/PlatformXROpenXR.cpp
Log Message:
-----------
[OpenXR] OpenXRCoordinator::startSession should check the return value of
OpenXRInput::create
https://bugs.webkit.org/show_bug.cgi?id=303986
Reviewed by Sergio Villar Senin.
OpenXRInput::create() may return null if it fails. Added a null check of it in
OpenXRCoordinator::startSession(). And, got rid of other null-checks.
* Source/WebKit/UIProcess/XR/openxr/PlatformXROpenXR.cpp:
(WebKit::OpenXRCoordinator::startSession):
(WebKit::OpenXRCoordinator::pollEvents):
(WebKit::OpenXRCoordinator::populateFrameData):
Canonical link: https://commits.webkit.org/304447@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications