Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a8616c80cde07573a04ad0cc5847354278a70318
https://github.com/WebKit/WebKit/commit/a8616c80cde07573a04ad0cc5847354278a70318
Author: Mark Lam <[email protected]>
Date: 2025-12-21 (Sun, 21 Dec 2025)
Changed paths:
M Source/WTF/WTF.xcodeproj/project.pbxproj
M Source/WTF/wtf/CMakeLists.txt
M Source/WTF/wtf/FastMalloc.h
R Source/WTF/wtf/IsoMalloc.h
R Source/WTF/wtf/IsoMallocInlines.h
M Source/WTF/wtf/PlatformUse.h
M Source/WTF/wtf/TZoneMalloc.h
M Source/WTF/wtf/TZoneMallocInlines.h
M Source/WebCore/Modules/WebGPU/GPUDevice.cpp
M Source/WebCore/PAL/pal/system/ios/UserInterfaceIdiom.mm
M Source/WebCore/config.h
M Source/WebCore/dom/ViewTransitionTypeSet.cpp
M Source/WebCore/html/closewatcher/CloseWatcher.cpp
M Source/WebCore/page/NavigateEvent.cpp
M Source/WebCore/platform/graphics/gbm/MemoryMappedGPUBuffer.cpp
M Source/WebCore/platform/network/DNSResolveQueue.cpp
M Source/WebCore/platform/network/curl/DNSResolveQueueCurl.cpp
M Source/WebCore/platform/network/glib/DNSResolveQueueGLib.cpp
Log Message:
-----------
Remove unused TZONE_OR_ISO_ALLOCATED and ISO_ALLOCATED macros.
https://bugs.webkit.org/show_bug.cgi?id=304560
rdar://166962080
Reviewed by Anne van Kesteren.
No new tests because there is no behavior change. Just removing dead code.
* Source/WTF/WTF.xcodeproj/project.pbxproj:
* Source/WTF/wtf/CMakeLists.txt:
* Source/WTF/wtf/FastMalloc.h:
* Source/WTF/wtf/IsoMalloc.h: Removed.
* Source/WTF/wtf/IsoMallocInlines.h: Removed.
* Source/WTF/wtf/PlatformUse.h:
* Source/WTF/wtf/TZoneMalloc.h:
* Source/WTF/wtf/TZoneMallocInlines.h:
* Source/WebCore/Modules/WebGPU/GPUDevice.cpp:
* Source/WebCore/PAL/pal/system/ios/UserInterfaceIdiom.mm:
* Source/WebCore/config.h:
* Source/WebCore/dom/ViewTransitionTypeSet.cpp:
* Source/WebCore/html/closewatcher/CloseWatcher.cpp:
* Source/WebCore/page/NavigateEvent.cpp:
* Source/WebCore/platform/graphics/gbm/MemoryMappedGPUBuffer.cpp:
* Source/WebCore/platform/network/DNSResolveQueue.cpp:
* Source/WebCore/platform/network/curl/DNSResolveQueueCurl.cpp:
* Source/WebCore/platform/network/glib/DNSResolveQueueGLib.cpp:
Canonical link: https://commits.webkit.org/304846@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications