Bug 1125273 - Disable CompositorVsyncObserver destructor assertion. r=benwa

This commit is contained in:
Mason Chang 2015-01-28 10:36:04 -08:00
parent b1c0126e8c
commit 771120a4e1

View File

@ -228,7 +228,6 @@ CompositorVsyncObserver::CompositorVsyncObserver(CompositorParent* aCompositorPa
CompositorVsyncObserver::~CompositorVsyncObserver()
{
MOZ_ASSERT(CompositorParent::IsInCompositorThread());
MOZ_ASSERT(!mIsObservingVsync);
// The CompositorVsyncDispatcher is cleaned up before this in the nsBaseWidget, which stops vsync listeners
mCompositorParent = nullptr;