summaryrefslogtreecommitdiffstats
path: root/layout/xul/nsScrollbarButtonFrame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'layout/xul/nsScrollbarButtonFrame.cpp')
-rw-r--r--layout/xul/nsScrollbarButtonFrame.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/layout/xul/nsScrollbarButtonFrame.cpp b/layout/xul/nsScrollbarButtonFrame.cpp
index 206d9717f..ff757a65f 100644
--- a/layout/xul/nsScrollbarButtonFrame.cpp
+++ b/layout/xul/nsScrollbarButtonFrame.cpp
@@ -171,9 +171,6 @@ nsScrollbarButtonFrame::HandleButtonPress(nsPresContext* aPresContext,
return false;
}
- mozilla::Telemetry::Accumulate(mozilla::Telemetry::SCROLL_INPUT_METHODS,
- (uint32_t) ScrollInputMethod::MainThreadScrollbarButtonClick);
-
if (!m) {
sb->MoveToNewPosition();
if (!weakFrame.IsAlive()) {