зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1343265 - fix typo in DumpJumpOrigins; r=nbp
MozReview-Commit-ID: 6NDW9kUVZGV --HG-- extra : rebase_source : 66043b999ea2d5a944659778f8c93c628990fa2a
This commit is contained in:
Родитель
2fb6ccd932
Коммит
eac932c739
|
@ -1320,7 +1320,7 @@ DumpJumpOrigins(JSContext* cx, HandleScript script, jsbytecode* pc,
|
|||
break;
|
||||
|
||||
case BytecodeParser::JumpKind::SwitchDefault:
|
||||
if (!sp->put("swtich-default "))
|
||||
if (!sp->put("switch-default "))
|
||||
return false;
|
||||
break;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче