summaryrefslogtreecommitdiffstats
path: root/tools/profiler/gecko/SaveProfileTask.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/profiler/gecko/SaveProfileTask.cpp')
-rw-r--r--tools/profiler/gecko/SaveProfileTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiler/gecko/SaveProfileTask.cpp b/tools/profiler/gecko/SaveProfileTask.cpp
index 497385355..dbbbe4836 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