Bug 1125273 - Disable CompositorVsyncObserver destructor assertion. r=benwa

This commit is contained in:
Mason Chang 2015-01-28 10:36:04 -08:00
Родитель b1c0126e8c
Коммит 771120a4e1
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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