Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: eb706fcd89ff0b8e3b467975f5589503a470f687
https://github.com/WebKit/WebKit/commit/eb706fcd89ff0b8e3b467975f5589503a470f687
Author: Marcus Plutowski <[email protected]>
Date: 2025-11-04 (Tue, 04 Nov 2025)
Changed paths:
M Source/bmalloc/libpas/src/libpas/pas_mte_config.h
Log Message:
-----------
[libpas] Fix guard for BENABLE use in pas_mte_config.h
https://bugs.webkit.org/show_bug.cgi?id=301933
rdar://164009557
Reviewed by Dan Hecht.
In pas_mte_config.h, previously we would do:
```
```
but we should actually do
```
```
so that the BENABLE(LIBPAS) is only evaluated if
we have bmalloc in the build.
Canonical link: https://commits.webkit.org/302545@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications