Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d0c2f303b61df6a455265e461cf45c6529a11516
https://github.com/WebKit/WebKit/commit/d0c2f303b61df6a455265e461cf45c6529a11516
Author: Yusuke Suzuki <[email protected]>
Date: 2025-12-20 (Sat, 20 Dec 2025)
Changed paths:
M Introduction.md
M Source/JavaScriptCore/lol/LOLJIT.cpp
M Source/WTF/wtf/InlineWeakPtr.h
M Source/WTF/wtf/StdLibExtras.h
M Source/WebCore/Modules/webdatabase/SQLTransaction.cpp
M Source/WebCore/platform/graphics/avfoundation/AudioVideoRendererAVFObjC.mm
M Source/bmalloc/bmalloc/SegmentedVector.h
M Websites/webkit.org/code-style.md
Log Message:
-----------
Do not use WTFMove
https://bugs.webkit.org/show_bug.cgi?id=304539
rdar://166926521
Reviewed by Anne van Kesteren and Mark Lam.
Remove remaining WTFMove use in WebKit. Also, replace some of std::move
in JSC with WTF::move.
* Introduction.md:
* Source/JavaScriptCore/lol/LOLJIT.cpp:
(JSC::LOL::LOLJIT::compileAndLinkWithoutFinalizing):
(JSC::LOL::LOLJIT::privateCompileMainPass):
(JSC::LOL::LOLJIT::privateCompileSlowCases):
* Source/WTF/wtf/InlineWeakPtr.h:
(WTF::=):
(WTF::InlineWeakPtrHashTraits::take):
* Source/WTF/wtf/StdLibExtras.h:
* Source/WebCore/Modules/webdatabase/SQLTransaction.cpp:
(WebCore::SQLTransaction::deliverSuccessCallback):
* Source/WebCore/platform/graphics/avfoundation/AudioVideoRendererAVFObjC.mm:
(WebCore::AudioVideoRendererAVFObjC::notifyTimeReachedAndStall):
* Source/bmalloc/bmalloc/SegmentedVector.h:
* Websites/webkit.org/code-style.md:
Canonical link: https://commits.webkit.org/304817@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications