Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bef6d60712de26cc0639d31c3ffa5f44c4fe971d
https://github.com/WebKit/WebKit/commit/bef6d60712de26cc0639d31c3ffa5f44c4fe971d
Author: Dan Glastonbury <[email protected]>
Date: 2024-06-03 (Mon, 03 Jun 2024)
Changed paths:
M Source/WebCore/platform/xr/PlatformXR.h
Log Message:
-----------
[WebXR] PlatformXR::FrameData::ExternalTexture constructor
https://bugs.webkit.org/show_bug.cgi?id=275091
rdar://129199953
Reviewed by Mike Wyrzykowski.
After 279523@main, ExternalTexture was being used without explicit
initialization. This lead to a non-zero-on-one value being passed via IPC that
caused the message decode to fail, taking down WebContent process.
To fix this, add explicit initialization of isSharedTexture to ExternalTexture
so that default construction of these objects are always valid.
* Source/WebCore/platform/xr/PlatformXR.h:
Canonical link: https://commits.webkit.org/279686@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