Bug 1235803 - Remove erroneous assertion r=dholbert

- Removed an unnecessary assertion that was erroneously triggering
  on shutdown in B2G Mochitests.

--HG--
extra : rebase_source : 1b0d997bf7610fa62d2647f5003edc47d61e3fa6
This commit is contained in:
Kearwood (Kip) Gilbert 2015-12-30 14:46:38 -08:00
parent f69acc592f
commit d8849aea49

View File

@ -106,7 +106,6 @@ VRManagerParent::CreateSameProcess()
void
VRManagerParent::DeferredDestroy()
{
MOZ_ASSERT(mCompositorThreadHolder);
mCompositorThreadHolder = nullptr;
mSelfRef = nullptr;
}