Bug 1134385. Delete main thread assertion in CompositorVsyncDispatcher. r=kats

This commit is contained in:
Mason Chang 2015-04-20 17:28:25 -07:00
parent 4a38006e48
commit 09b9126c82

View File

@ -37,7 +37,6 @@ CompositorVsyncDispatcher::~CompositorVsyncDispatcher()
{
MOZ_ASSERT(XRE_IsParentProcess());
// We auto remove this vsync dispatcher from the vsync source in the nsBaseWidget
MOZ_ASSERT(NS_IsMainThread());
}
void