mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
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:
parent
f69acc592f
commit
d8849aea49
@ -106,7 +106,6 @@ VRManagerParent::CreateSameProcess()
|
||||
void
|
||||
VRManagerParent::DeferredDestroy()
|
||||
{
|
||||
MOZ_ASSERT(mCompositorThreadHolder);
|
||||
mCompositorThreadHolder = nullptr;
|
||||
mSelfRef = nullptr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user