Bug 1571567 - Fix no-fallthrough errors in /layout. r=dholbert

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

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

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

@ -516,6 +516,7 @@ const ExpectComparisonTo = {
};
break;
}
// fall through
case "transform":
normalize = convertTo3dMatrix;
compare = matricesRoughlyEqual;