Bug 1571567 - Fix no-fallthrough errors in /toolkit. r=MattN

Differential Revision: https://phabricator.services.mozilla.com/D40746
This commit is contained in:
Jared Wein
2019-08-08 16:18:24 +00:00
parent a559a71435
commit abceb15a41
16 changed files with 30 additions and 8 deletions

View File

@@ -1840,6 +1840,7 @@
}
// don't break here. we need to eat keydown events.
}
// fall through
case "keypress":
case "keyup": {
// All keyevents should be eaten here during autoscrolling.