Bug 1571567 - Fix no-fallthrough errors in /testing. r=jmaher

Differential Revision: https://phabricator.services.mozilla.com/D40879

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jared Wein 2019-08-08 15:18:52 +00:00
Родитель 22ae3511f6
Коммит 1ea3e8b520
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -53,6 +53,7 @@ class SpecialPowersParent extends SpecialPowersAPIParent {
},
type: permission.type,
};
// fall through
default:
this._self.sendAsyncMessage("specialpowers-" + aTopic, msg);
}