Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a50f9211ee1f38e8a21780bda8f879d5a3cfaf12
https://github.com/WebKit/WebKit/commit/a50f9211ee1f38e8a21780bda8f879d5a3cfaf12
Author: Kimmo Kinnunen <[email protected]>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M Source/JavaScriptCore/API/JSStringRefCF.cpp
M Source/WTF/wtf/text/cf/StringCF.cpp
Log Message:
-----------
JSStringCreateWithCFString duplicates String(CFStringRef)
https://bugs.webkit.org/show_bug.cgi?id=303298
rdar://165604254
Reviewed by Alexey Proskuryakov.
Remove the implementation of JSStringCreateWithCFString. Use
the more efficient implementation in String::String(CFStringRef).
* Source/JavaScriptCore/API/JSStringRefCF.cpp:
(JSStringCreateWithCFString):
* Source/WTF/wtf/text/cf/StringCF.cpp:
(WTF::String::String):
Canonical link: https://commits.webkit.org/303816@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications