WebAccessibilityObjectWrapperMac::detachIsolatedObject should not unregister the...
[webkit.git] / PerformanceTests / CMakeLists.txt
blob6dd185d1878740097139df0e834ee6e3fe144b60
1 # MallocBench requires malloc_trim for non-Apple platforms
2 if (NOT USE_SYSTEM_MALLOC)
3     if (APPLE OR HAVE_MALLOC_TRIM)
4         add_subdirectory(MallocBench)
5     else ()
6         message(WARNING "MallocBench is not available on this platform")
7     endif ()
8 endif ()
10 WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()