Bug 1383365 - Fix APZ focus target log parameter order. r=botond

MozReview-Commit-ID: DJtXaylyseg

--HG--
extra : rebase_source : cb1228dcd6923884e3304c7b51851dee07964706
extra : source : 14d0e2a451e769dcd23f1a47f954b31231519dae
This commit is contained in:
Ryan Hunt 2017-07-23 13:58:19 -04:00
Родитель 7f80188815
Коммит 292142a929
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -166,8 +166,8 @@ FocusTarget::FocusTarget(nsIPresShell* aRootPresShell,
// this problem and is more common.
if (focusedContent) {
FT_LOG("Creating nil target with seq=%" PRIu64 ", kl=%d (disabling for focusing an element)\n",
mFocusHasKeyEventListeners,
aFocusSequenceNumber);
aFocusSequenceNumber,
mFocusHasKeyEventListeners);
mType = FocusTarget::eNone;
return;