[webkit-changes] [WebKit/WebKit] 54b5e2: Fix guard for InbandTextTrackPrivate serialization
Don Olmstead
noreply at github.com
Mon Aug 28 18:39:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 54b5e2bbbb64e323b043f42c0564d17ae19be19b
https://github.com/WebKit/WebKit/commit/54b5e2bbbb64e323b043f42c0564d17ae19be19b
Author: Don Olmstead <don.olmstead at sony.com>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M Source/WebCore/platform/graphics/InbandTextTrackPrivate.serialization.in
Log Message:
-----------
Fix guard for InbandTextTrackPrivate serialization
https://bugs.webkit.org/show_bug.cgi?id=260669
Reviewed by Alex Christensen.
The guard should actually be `ENABLE(VIDEO)` && `ENABLE(GPU_PROCESS)`
and not be based on `PLATFORM`.
* Source/WebCore/platform/graphics/InbandTextTrackPrivate.serialization.in
Canonical link: https://commits.webkit.org/267380@main
More information about the webkit-changes
mailing list