Bug 1013432 - Follow-up to fix build bustage when debug logging is enabled. r=me and DONTBUILD

This commit is contained in:
Kartikaya Gupta 2014-12-11 11:49:17 -05:00
parent cccb2d341e
commit 0bfb0f2673

View File

@ -208,7 +208,7 @@ InputQueue::MaybeRequestContentResponse(const nsRefPtr<AsyncPanZoomController>&
// Content won't prevent-default this, so we can just pretend like we scheduled
// a timeout and it expired. Note that we will still receive a ContentReceivedInputBlock
// callback for this block, and so we need to make sure we adjust the touch balance.
INPQ_LOG("not waiting for content response on block %p\n", block);
INPQ_LOG("not waiting for content response on block %p\n", aBlock);
aBlock->TimeoutContentResponse();
}
}