Bug 1030181 - Follow-up to fix typo. r=me DONTBUILD

This commit is contained in:
Kartikaya Gupta 2014-09-24 13:57:44 -04:00
Родитель 19d8e22943
Коммит 1cc43c5dbb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -707,7 +707,7 @@ APZCTreeManager::ProcessTouchInput(MultiTouchInput& aInput,
}
// If it's the end of the touch sequence then clear out variables so we
// keep dangling references and leak things.
// don't keep dangling references and leak things.
if (mTouchCount == 0) {
mApzcForInputBlock = nullptr;
mInOverscrolledApzc = false;