[webkit-changes] [WebKit/WebKit] 42804e: [CMake] MiniBrowser fails to link in non-developer...
Adrian Perez
noreply at github.com
Mon Sep 23 03:33:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 42804e1cf15fb9e6342e869da0d2f39d7d65e4a2
https://github.com/WebKit/WebKit/commit/42804e1cf15fb9e6342e869da0d2f39d7d65e4a2
Author: Adrian Perez de Castro <aperez at igalia.com>
Date: 2024-09-23 (Mon, 23 Sep 2024)
Changed paths:
M Source/ThirdParty/skia/CMakeLists.txt
R Source/WebCore/platform/skia/SkiaAllocatorFastMalloc.cpp
M Tools/ImageDiff/Skia.cmake
Log Message:
-----------
[CMake] MiniBrowser fails to link in non-developer builds with USE_SKIA=ON
https://bugs.webkit.org/show_bug.cgi?id=280124
Reviewed by Carlos Garcia Campos.
Make Skia use malloc to avoid that using it would need symbols from WTF.
* Source/ThirdParty/skia/CMakeLists.txt: Make Skia use malloc.
* Source/WebCore/platform/skia/SkiaAllocatorFastMalloc.cpp: Removed.
* Tools/ImageDiff/Skia.cmake: Remove workaround to make Skiw use malloc,
no longer needed.
Canonical link: https://commits.webkit.org/284066@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list