mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 719239 - Gecko Profiler: Stackwalk feature isn't reported properly. r=ehsan
This commit is contained in:
parent
5ac0db14f4
commit
fea80077db
@ -592,7 +592,7 @@ char* mozilla_sampler_get_profile()
|
||||
const char** mozilla_sampler_get_features()
|
||||
{
|
||||
static const char* features[] = {
|
||||
#if defined(MOZ_PROFILING) && defined(USE_BACKTRACE)
|
||||
#if defined(MOZ_PROFILING) && (defined(USE_BACKTRACE) || defined(USE_NS_STACKWALK))
|
||||
"stackwalk",
|
||||
#endif
|
||||
NULL
|
||||
|
Loading…
Reference in New Issue
Block a user