зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7f80188815
Коммит
292142a929
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче