summaryrefslogtreecommitdiff
path: root/dom/ipc/TabChild.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-09-04 09:41:24 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-09-04 09:41:24 +0200
commit807ea33ec3c65b993dd0cc331bacad29cf4e7daf (patch)
tree8809b848f23acede820937356df6083a3f57685c /dom/ipc/TabChild.cpp
parenta9c6bc2467f3a5a3f3335836e05988668894363c (diff)
downloaduxp-807ea33ec3c65b993dd0cc331bacad29cf4e7daf.tar.gz
Remove all C++ telemetry autotimers
Diffstat (limited to 'dom/ipc/TabChild.cpp')
-rw-r--r--dom/ipc/TabChild.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/ipc/TabChild.cpp b/dom/ipc/TabChild.cpp
index 705799c549..244fa99699 100644
--- a/dom/ipc/TabChild.cpp
+++ b/dom/ipc/TabChild.cpp
@@ -2395,7 +2395,6 @@ TabChild::RecvSetDocShellIsActive(const bool& aIsActive,
root->SchedulePaint();
}
- Telemetry::AutoTimer<Telemetry::TABCHILD_PAINT_TIME> timer;
// If we need to repaint, let's do that right away. No sense waiting until
// we get back to the event loop again. We suppress the display port so that
// we only paint what's visible. This ensures that the tab we're switching