summaryrefslogtreecommitdiffstats
path: root/tools/profiler/lul/platform-linux-lul.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/profiler/lul/platform-linux-lul.cpp')
-rw-r--r--tools/profiler/lul/platform-linux-lul.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiler/lul/platform-linux-lul.cpp b/tools/profiler/lul/platform-linux-lul.cpp
index 9541534a1..da764f3cf 100644
--- a/tools/profiler/lul/platform-linux-lul.cpp
+++ b/tools/profiler/lul/platform-linux-lul.cpp
@@ -32,7 +32,7 @@ read_procmaps(lul::LUL* aLUL)
for (size_t i = 0; i < info.GetSize(); i++) {
const SharedLibrary& lib = info.GetEntry(i);
-# if defined(SPS_OS_android) && !defined(MOZ_WIDGET_GONK)
+# if defined(SPS_OS_android)
// We're using faulty.lib. Use a special-case object mapper.
AutoObjectMapperFaultyLib mapper(aLUL->mLog);
# else