https://bugs.webkit.org/show_bug.cgi?id=200667
spi/darwin/ProcessMemoryFootprint.h is required by jsc.cpp so we add it to the WTF_PUBLIC_HEADERS.
Patch by Samuel Groß <saelo@google.com> on 2019-08-14
Reviewed by Alex Christensen.
* wtf/PlatformJSCOnly.cmake:
* wtf/PlatformMac.cmake:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@248672
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2019-08-14 Samuel Groß <saelo@google.com>
+
+ [JSCOnly] JSCOnly port doesn't build on macOS
+ https://bugs.webkit.org/show_bug.cgi?id=200667
+
+ spi/darwin/ProcessMemoryFootprint.h is required by jsc.cpp so we add it to the WTF_PUBLIC_HEADERS.
+
+ Reviewed by Alex Christensen.
+
+ * wtf/PlatformJSCOnly.cmake:
+ * wtf/PlatformMac.cmake:
+
2019-08-13 Sam Weinig <weinig@apple.com>
Rename StringBuilder::append(UChar32) to StringBuilder::appendCharacter(UChar32) to avoid accidental change in behavior when replacing append with flexibleAppend
${WTF_DERIVED_SOURCES_DIR}/mach_excServer.c
${WTF_DERIVED_SOURCES_DIR}/mach_excUser.c
)
+ list(APPEND WTF_PUBLIC_HEADERS
+ spi/darwin/ProcessMemoryFootprint.h
+ )
elseif (CMAKE_SYSTEM_NAME MATCHES "Linux")
list(APPEND WTF_SOURCES
linux/CurrentProcessMemoryStatus.cpp