diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-12 16:19:33 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-12 16:19:58 +0200 |
commit | 6571d2ceb42930dab01677ef0e95e732d5076fb8 (patch) | |
tree | 8c593b8e09f2cfb457df72d40dc719bb0e0df066 /tools/profiler/gecko | |
parent | 2f359ed80ccb2cab440c0cda886404ed42ad9fdf (diff) | |
download | uxp-6571d2ceb42930dab01677ef0e95e732d5076fb8.tar.gz |
Remove MOZ_WIDGET_GONK [1/2]
Tag #288
Diffstat (limited to 'tools/profiler/gecko')
-rw-r--r-- | tools/profiler/gecko/SaveProfileTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiler/gecko/SaveProfileTask.cpp b/tools/profiler/gecko/SaveProfileTask.cpp index 4973853555..dbbbe4836c 100644 --- a/tools/profiler/gecko/SaveProfileTask.cpp +++ b/tools/profiler/gecko/SaveProfileTask.cpp @@ -9,7 +9,7 @@ nsresult SaveProfileTask::Run() { // Get file path -#if defined(SPS_PLAT_arm_android) && !defined(MOZ_WIDGET_GONK) +#if defined(SPS_PLAT_arm_android) nsCString tmpPath; tmpPath.AppendPrintf("/sdcard/profile_%i_%i.txt", XRE_GetProcessType(), getpid()); #else |