зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1014581 - Follow-up, fix typo. r=me
This commit is contained in:
Родитель
6b054db63c
Коммит
91664081b3
|
@ -795,7 +795,7 @@ Navigator::Vibrate(const nsTArray<uint32_t>& aPattern)
|
|||
nsTArray<uint32_t> pattern(aPattern);
|
||||
|
||||
if (pattern.Length() > sMaxVibrateListLen) {
|
||||
pattern.SetLength(sMaxVibrateMS);
|
||||
pattern.SetLength(sMaxVibrateListLen);
|
||||
}
|
||||
|
||||
for (size_t i = 0; i < pattern.Length(); ++i) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче