Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 307cb0cb11781086a04156750af05ea560b942fe
https://github.com/WebKit/WebKit/commit/307cb0cb11781086a04156750af05ea560b942fe
Author: Ahmad Saleem <[email protected]>
Date: 2026-09-02 (Wed, 02 Sep 2026)
Changed paths:
M Source/WebCore/loader/ResourceLoadStatistics.cpp
M Source/WebCore/loader/archive/ArchiveFactory.cpp
M Source/WebCore/loader/cache/MemoryCache.h
M Source/WebCore/loader/cocoa/DiskCacheMonitorCocoa.h
Log Message:
-----------
Replace typedef with using in loader classes
https://bugs.webkit.org/show_bug.cgi?id=323241
rdar://186492181
Reviewed by Chris Dumez.
Modernize C-style typedef declarations to C++ alias declarations
(using) across a handful of loader files. No behavior change.
* Source/WebCore/loader/ResourceLoadStatistics.cpp:
* Source/WebCore/loader/archive/ArchiveFactory.cpp:
* Source/WebCore/loader/cache/MemoryCache.h:
* Source/WebCore/loader/cocoa/DiskCacheMonitorCocoa.h:
Canonical link: https://commits.webkit.org/320388@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications