WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
306289
[OpenXR] REGRESSION(
305928@main
): Build fails with ENABLE_WEBXR_HIT_TEST=OFF
https://bugs.webkit.org/show_bug.cgi?id=306289
Summary
[OpenXR] REGRESSION(305928@main): Build fails with ENABLE_WEBXR_HIT_TEST=OFF
Adrian Perez
Reported
2026-01-26 12:28:16 PST
Reproducible with ”./Tools/Scripts/build-webkit --wpe --cmakeargs=-DENABLE_WEBXR_HIT_TEST=OFF”: In file included from /sdk/webkit/WebKitBuild/WPE/Release/DerivedSources/WebKit/unified-sources/UnifiedSource-88d1702b-36.cpp:4: /sdk/webkit/Source/WebKit/UIProcess/XR/openxr/PlatformXROpenXR.cpp:977:28: error: use of undeclared identifier 'm_viewerSpace'; did you mean 'm_floorSpace'? 977 | viewLocateInfo.space = m_viewerSpace; | ^~~~~~~~~~~~~ | m_floorSpace /sdk/webkit/Source/WebKit/UIProcess/XR/openxr/PlatformXROpenXR.h:139:13: note: 'm_floorSpace' declared here 139 | XrSpace m_floorSpace { XR_NULL_HANDLE }; | ^ In file included from /sdk/webkit/WebKitBuild/WPE/Release/DerivedSources/WebKit/unified-sources/UnifiedSource-88d1702b-36.cpp:4: /sdk/webkit/Source/WebKit/UIProcess/XR/openxr/PlatformXROpenXR.cpp:992:31: error: use of undeclared identifier 'm_viewerSpace'; did you mean 'm_floorSpace'? 992 | CHECK_XRCMD(xrLocateSpace(m_viewerSpace, m_localSpace, renderState->frameState.predictedDisplayTime, &originLocation)); | ^~~~~~~~~~~~~ | m_floorSpace /sdk/webkit/Source/WebKit/UIProcess/XR/openxr/OpenXRUtils.h:72:40: note: expanded from macro 'CHECK_XRCMD' 72 | #define CHECK_XRCMD(cmd) checkXrResult(cmd, #cmd, FILE_AND_LINE); | ^ /sdk/webkit/Source/WebKit/UIProcess/XR/openxr/PlatformXROpenXR.h:139:13: note: 'm_floorSpace' declared here 139 | XrSpace m_floorSpace { XR_NULL_HANDLE }; | ^ 2 errors generated.
Attachments
Add attachment
proposed patch, testcase, etc.
Sergio Villar Senin
Comment 1
2026-01-29 07:45:39 PST
Pull request:
https://github.com/WebKit/WebKit/pull/57475
EWS
Comment 2
2026-01-29 09:44:55 PST
Committed
306423@main
(1ce66573af78): <
https://commits.webkit.org/306423@main
> Reviewed commits have been landed. Closing PR #57475 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2026-01-29 09:45:15 PST
<
rdar://problem/169192551
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug