Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b42421de79d1c2daf9b4c26119113cf9926f6260
https://github.com/WebKit/WebKit/commit/b42421de79d1c2daf9b4c26119113cf9926f6260
Author: Ahmad Saleem <[email protected]>
Date: 2026-07-11 (Sat, 11 Jul 2026)
Changed paths:
M Source/WebCore/html/track/WebVTTToken.h
Log Message:
-----------
Use `using` alias instead of `typedef` in WebVTTToken
https://bugs.webkit.org/show_bug.cgi?id=319154
rdar://181976250
Reviewed by Tim Nguyen.
Replace the C-style `typedef WebVTTTokenTypes Type;` with a modern
`using Type = WebVTTTokenTypes;` alias. No behavior change.
* Source/WebCore/html/track/WebVTTToken.h:
Canonical link: https://commits.webkit.org/316958@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications