Bug 1425573 - Follow-up to fix logging compilation failure. r=me and DONTBUILD

MozReview-Commit-ID: KaoJYgriHo4
This commit is contained in:
Kartikaya Gupta 2018-03-15 12:00:20 -04:00
Родитель 99112fd138
Коммит 552d7db33b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -204,7 +204,7 @@ InputQueue::ReceiveMouseInput(const RefPtr<AsyncPanZoomController>& aTarget,
block = new DragBlockState(aTarget, aFlags, aEvent);
INPQ_LOG("started new drag block %p id %" PRIu64 " for %sconfirmed target %p\n",
block, block->GetBlockId(), aTargetConfirmed ? "" : "un", aTarget.get());
block, block->GetBlockId(), aFlags.mTargetConfirmed ? "" : "un", aTarget.get());
mActiveDragBlock = block;