Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2907cb6685d88cdfe61aa137bc44ca416557b777
      
https://github.com/WebKit/WebKit/commit/2907cb6685d88cdfe61aa137bc44ca416557b777
  Author: Olivier Blin <[email protected]>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M Source/WTF/wtf/malloc_heap_breakdown/main.cpp
    M Source/WTF/wtf/malloc_heap_breakdown/malloc/malloc.h

  Log Message:
  -----------
  [GTK][WPE] Fix MALLOC_HEAP_BREAKDOWN build with system headers defining 
boolean_t
https://bugs.webkit.org/show_bug.cgi?id=300884

Reviewed by Michael Catanzaro.

Remove useless boolean_t define and include stdbool.h instead.

This define can conflict with another define of boolean_t, from a
system header pulled by files using FastMalloc.

Also add missing extern "C" block.

* Source/WTF/wtf/malloc_heap_breakdown/main.cpp:
(malloc_zone_print):
* Source/WTF/wtf/malloc_heap_breakdown/malloc/malloc.h:

Canonical link: https://commits.webkit.org/301861@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

Reply via email to