summaryrefslogtreecommitdiff
path: root/xpcom/threads/HangAnnotations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/threads/HangAnnotations.cpp')
-rw-r--r--xpcom/threads/HangAnnotations.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/xpcom/threads/HangAnnotations.cpp b/xpcom/threads/HangAnnotations.cpp
index 598da351f9..9e5a890ba6 100644
--- a/xpcom/threads/HangAnnotations.cpp
+++ b/xpcom/threads/HangAnnotations.cpp
@@ -97,8 +97,7 @@ BrowserHangAnnotations::AddAnnotation(const nsAString& aName, const bool aData)
/**
* This class itself does not use synchronization but it (and its parent object)
- * should be protected by mutual exclusion in some way. In Telemetry the chrome
- * hang data is protected via TelemetryImpl::mHangReportsMutex.
+ * should be protected by mutual exclusion in some way.
*/
class ChromeHangAnnotationEnumerator : public HangAnnotations::Enumerator
{