[webkit-changes] [WebKit/WebKit] 81b3ff: [Media] WebCore::WebVTTCueData needs to use WTF_MA...
Commit Queue
noreply at github.com
Wed Nov 20 17:30:47 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 81b3ff8571fb7219854a4cae1c450f896b50864d
https://github.com/WebKit/WebKit/commit/81b3ff8571fb7219854a4cae1c450f896b50864d
Author: David Kilzer <ddkilzer at apple.com>
Date: 2024-11-20 (Wed, 20 Nov 2024)
Changed paths:
M Source/WebCore/html/track/WebVTTParser.h
Log Message:
-----------
[Media] WebCore::WebVTTCueData needs to use WTF_MAKE_TZONE_ALLOCATED_EXPORT()
<https://bugs.webkit.org/show_bug.cgi?id=283449>
<rdar://140309828>
Unreviewed build fix.
* Source/WebCore/html/track/WebVTTParser.h:
(WebCore::WebVTTCueData):
- Change WTF_MAKE_TZONE_ALLOCATED() to WTF_MAKE_TZONE_ALLOCATED_EXPORT()
so that "WebCore::WebVTTCueData::operator delete(void*)" is exported.
Canonical link: https://commits.webkit.org/286887@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list