[webkit-changes] [WebKit/WebKit] 130fd1: Fix PlayStation build following 270852 at main
Ross Kirsling
noreply at github.com
Thu Nov 16 18:47:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 130fd1385553a7a6e82ff7c836e0a4018e35f27e
https://github.com/WebKit/WebKit/commit/130fd1385553a7a6e82ff7c836e0a4018e35f27e
Author: Ross Kirsling <rkirsling at gmail.com>
Date: 2023-11-16 (Thu, 16 Nov 2023)
Changed paths:
M Source/JavaScriptCore/heap/MarkedSpaceInlines.h
Log Message:
-----------
Fix PlayStation build following 270852 at main
https://bugs.webkit.org/show_bug.cgi?id=264997
Unreviewed build fix.
* Source/JavaScriptCore/heap/MarkedSpaceInlines.h:
(JSC::MarkedSpace::forEachWeakInParallel):
.begin() is an iterator, .data() is the pointer that we're looking for.
Canonical link: https://commits.webkit.org/270859@main
More information about the webkit-changes
mailing list