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:
Doug Thayer 2018-09-18 17:06:30 +00:00
parent 8f7b86117b
commit 5806cd56cd

View File

@ -362,7 +362,7 @@ HangMonitorChild::InterruptCallback()
void
HangMonitorChild::AnnotateHang(BackgroundHangAnnotations& aAnnotations)
{
if (mPaintWhileInterruptingJSForce) {
if (mPaintWhileInterruptingJSActive) {
aAnnotations.AddAnnotation(NS_LITERAL_STRING("PaintWhileInterruptingJS"), true);
}
}