mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 1030181 - Follow-up to fix typo. r=me DONTBUILD
This commit is contained in:
parent
19d8e22943
commit
1cc43c5dbb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user