mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1865468 - Fix TrackPoint::IsDriverInstalled. r=masayuki
Let me know if this is unused for some reason and we can remove or what not. Differential Revision: https://phabricator.services.mozilla.com/D193983
This commit is contained in:
parent
f09b09266c
commit
5b633e7340
@ -1407,7 +1407,7 @@ bool MouseScrollHandler::Device::TrackPoint::IsDriverInstalled() {
|
||||
MOZ_LOG(gMouseScrollLog, LogLevel::Info,
|
||||
("MouseScroll::Device::TrackPoint::IsDriverInstalled(): "
|
||||
"Alps's TrackPoint driver is found"));
|
||||
// FIXME(emilio): Missing return true here??
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user