Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f5f08704ee110d47da47f6d5cda78145594439f6
https://github.com/WebKit/WebKit/commit/f5f08704ee110d47da47f6d5cda78145594439f6
Author: Georges Basile Stavracas Neto <[email protected]>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M Source/WebCore/Modules/fetch/FetchLoader.cpp
M Source/WebCore/Modules/fetch/FetchLoader.h
M Source/WebCore/Modules/notifications/NotificationResourcesLoader.cpp
M Source/WebCore/Modules/notifications/NotificationResourcesLoader.h
M Source/WebCore/css/CSSSelector.h
M Source/WebCore/css/parser/CSSTokenizer.cpp
M Source/WebCore/css/parser/CSSTokenizerInputStream.cpp
M Source/WebCore/fileapi/FileReaderLoader.cpp
M Source/WebCore/fileapi/FileReaderLoader.h
M Source/WebCore/loader/LoaderMalloc.cpp
M Source/WebCore/loader/ResourceLoader.cpp
M Source/WebCore/loader/ResourceLoader.h
M Source/WebCore/page/PerformanceEntry.cpp
M Source/WebCore/style/StyleInterpolation.cpp
M Source/WebCore/style/StyleInterpolationWrapperBase.h
M Source/WebCore/style/StyleTreeResolver.h
M Source/bmalloc/bmalloc/SystemHeap.cpp
M Source/bmalloc/bmalloc/SystemHeap.h
Log Message:
-----------
[GLIB] WebKit doesn't build with -DENABLE_MALLOC_HEAP_BREAKDOWN=ON
https://bugs.webkit.org/show_bug.cgi?id=298223
Reviewed by Michael Catanzaro.
There were a few issues here:
* Commit 37d4a6880db95ef5abd introduced a new argument to the
WTF_DEPRECATED_MAKE_STRUCT_FAST_ALLOCATED_WITH_HEAP_IDENTIFIER()
macro, but didn't update all places accordingly
* There's a conflicting symbol with the ResourceLoader expansion,
so rename it.
* The heap identifier in StyleInterpolationWrapperBase.h was misnamed,
probably a copy-paste mistake.
* In FastMalloc.{cpp,h}, relevant parts of the code were compiled
out due to not having a BENABLE(MALLOC_HEAP_BREAKDOWN) check. Add
them.
* Source/WebCore/Modules/fetch/FetchLoader.cpp:
* Source/WebCore/Modules/fetch/FetchLoader.h:
* Source/WebCore/Modules/notifications/NotificationResourcesLoader.cpp:
* Source/WebCore/Modules/notifications/NotificationResourcesLoader.h:
* Source/WebCore/css/CSSSelector.h:
* Source/WebCore/css/parser/CSSTokenizer.cpp:
* Source/WebCore/css/parser/CSSTokenizerInputStream.cpp:
* Source/WebCore/fileapi/FileReaderLoader.cpp:
* Source/WebCore/fileapi/FileReaderLoader.h:
* Source/WebCore/loader/LoaderMalloc.cpp:
* Source/WebCore/loader/ResourceLoader.cpp:
* Source/WebCore/loader/ResourceLoader.h:
* Source/WebCore/page/PerformanceEntry.cpp:
* Source/WebCore/style/StyleInterpolation.cpp:
* Source/WebCore/style/StyleInterpolationWrapperBase.h:
* Source/WebCore/style/StyleTreeResolver.h:
* Source/bmalloc/bmalloc/SystemHeap.cpp:
* Source/bmalloc/bmalloc/SystemHeap.h:
Canonical link: https://commits.webkit.org/299555@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes