Bug 1367911 - Follow-up to remove invalid assertion. r=me

MozReview-Commit-ID: IdL5yLgserF
This commit is contained in:
Kartikaya Gupta 2017-05-29 09:57:42 -04:00
Родитель b7ee577f62
Коммит 4bee409ce4
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1336,7 +1336,6 @@ CompositorBridgeParent::SetConfirmedTargetAPZC(const uint64_t& aLayersId,
const uint64_t& aInputBlockId,
const nsTArray<ScrollableLayerGuid>& aTargets)
{
MOZ_ASSERT(aLayersId == 0 || aLayersId == mRootLayerTreeID);
if (!mApzcTreeManager) {
return;
}