mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1149412 - Remove bad assertion. r=mchang
This commit is contained in:
parent
5585419b1c
commit
fe6a9b9809
@ -169,7 +169,6 @@ GeckoTouchDispatcher::DispatchTouchMoveEvents(TimeStamp aVsyncTime)
|
||||
{
|
||||
MutexAutoLock lock(mTouchQueueLock);
|
||||
if (!mHavePendingTouchMoves) {
|
||||
MOZ_ASSERT(mTouchMoveEvents.empty());
|
||||
return;
|
||||
}
|
||||
mHavePendingTouchMoves = false;
|
||||
|
Loading…
Reference in New Issue
Block a user