Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6414ef6b0f84a8e91bd9ea818604a4f7aae6081e
https://github.com/WebKit/WebKit/commit/6414ef6b0f84a8e91bd9ea818604a4f7aae6081e
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths:
M Source/WebCore/Modules/webxr/XRCompositionLayerPose.h
Log Message:
-----------
REGRESSION(314348@main): Broke WebCore module verification in some visionOS
configurations
https://bugs.webkit.org/show_bug.cgi?id=316077
rdar://178504409
Unreviewed build fix.
We convert the WebCore private header include to be angle-bracketed,
rather than double-quoted. This addresses the following module
verification error:
```
XRCompositionLayerPose.h:30:10: error: double-quoted include "PlatformXR.h" in
framework header, expected angle-bracketed instead
[-Werror,-Wquoted-include-in-framework-header]
30 | #include "PlatformXR.h"
```
* Source/WebCore/Modules/webxr/XRCompositionLayerPose.h:
Canonical link: https://commits.webkit.org/314351@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications