mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1492202 - Fix typo in forcepaint telemetry r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D6172 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
8f7b86117b
commit
5806cd56cd
@ -362,7 +362,7 @@ HangMonitorChild::InterruptCallback()
|
||||
void
|
||||
HangMonitorChild::AnnotateHang(BackgroundHangAnnotations& aAnnotations)
|
||||
{
|
||||
if (mPaintWhileInterruptingJSForce) {
|
||||
if (mPaintWhileInterruptingJSActive) {
|
||||
aAnnotations.AddAnnotation(NS_LITERAL_STRING("PaintWhileInterruptingJS"), true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user