Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9ad3decfd732ee07e66ba37da4206754d6fc0930
https://github.com/WebKit/WebKit/commit/9ad3decfd732ee07e66ba37da4206754d6fc0930
Author: Adrian Taylor <[email protected]>
Date: 2026-06-03 (Wed, 03 Jun 2026)
Changed paths:
M Source/WTF/wtf/Forward.h
Log Message:
-----------
[Swift GTK] Name parameters for Vector
https://bugs.webkit.org/show_bug.cgi?id=316200
Reviewed by Nikolas Zimmermann.
GTK builds of the Swift BackForwardList result in errors like:
WTF/Headers/wtf/Vector.h:620:7: error: template parameter 'T' does not exist
This is believed caused by the forward-declaration of Vector (within Forward.h)
ending up in a different clang submodule from the main Vector.h. It's not
entirely clear why this occurs on Linux only, but the solution is just to
ensure that the parameters are named even in the forward declaration.
Canonical link: https://commits.webkit.org/314471@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications