Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9b934ef4bb1784c8133119eb69ce697c4a48118a
      
https://github.com/WebKit/WebKit/commit/9b934ef4bb1784c8133119eb69ce697c4a48118a
  Author: Samuel Thibault <[email protected]>
  Date:   2025-01-12 (Sun, 12 Jan 2025)

  Changed paths:
    M Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp

  Log Message:
  -----------
  [GLib] Fix build on non-Linux platforms
https://bugs.webkit.org/show_bug.cgi?id=285806

Reviewed by Michael Catanzaro.

On non-Linux platforms, #include <bmalloc/valgrind.h> is not performed,
and thus the RUNNING_ON_VALGRIND macro is not available. This makes the
code check for RUNNING_ON_VALGRIND before using it (and not
duplicate the condition for including <bmalloc/valgrind.h>)

* Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp:
(WebKit::WebProcessPool::setSandboxEnabled):

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