[webkit-changes] [WebKit/WebKit] bf0612: Remove const for SegmentedVectorIterator::pointer ...
Yijia Huang
noreply at github.com
Wed Sep 14 11:59:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bf06122e215d6719341efdb1801a551705f85e2e
https://github.com/WebKit/WebKit/commit/bf06122e215d6719341efdb1801a551705f85e2e
Author: Yijia Huang <hyjorc1 at gmail.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M Source/JavaScriptCore/Configurations/JavaScriptCore.xcconfig
M Source/WTF/wtf/SegmentedVector.h
Log Message:
-----------
Remove const for SegmentedVectorIterator::pointer and ::reference
https://bugs.webkit.org/show_bug.cgi?id=245183
rdar://99841894
Reviewed by Justin Michaud.
SegmentedVectorIterator::pointer and ::reference shouldn't be constant.
Add symbols for some libc++ implementations.
* Source/JavaScriptCore/Configurations/JavaScriptCore.xcconfig:
* Source/WTF/wtf/SegmentedVector.h:
Canonical link: https://commits.webkit.org/254487@main
More information about the webkit-changes
mailing list