Backed out changeset 3f6b09143c8b (bug 1174043) for dt2 failures in browser_tilt_02_notifications-tabs.js

This commit is contained in:
Wes Kocher 2015-06-12 15:29:31 -07:00
parent 46060687a4
commit 3ef3ed96f6

View File

@ -100,7 +100,7 @@ WebGLContextLossHandler::RunTimer()
void
WebGLContextLossHandler::DisableTimer()
{
if (mIsDisabled)
if (!mIsDisabled)
return;
mIsDisabled = true;