Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1664fa80ae9d3be41518ad14952f4bb72d7912a5
https://github.com/WebKit/WebKit/commit/1664fa80ae9d3be41518ad14952f4bb72d7912a5
Author: Alex Christensen <[email protected]>
Date: 2026-07-03 (Fri, 03 Jul 2026)
Changed paths:
M Source/WTF/wtf/RefTrackerMixin.cpp
Log Message:
-----------
Include vector header for its use in RefTrackerMixin.cpp
https://bugs.webkit.org/show_bug.cgi?id=318495
rdar://181280080
Reviewed by Justin Michaud.
I came across an interesting and simple build failure. We use std::vector
but we don't include <vector> in a certain build configuration.
* Source/WTF/wtf/RefTrackerMixin.cpp:
Canonical link: https://commits.webkit.org/316486@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications