author | Tom Tromey <tom@tromey.com> |
Tue, 28 Feb 2017 10:07:44 -0700 | |
changeset 392047 | f8194edb8d411e9caab1d26cd283a9791c978c61 |
parent 392046 | 9c6a7e1b3f61b0e6c88f641d91cabb3ed6240c2b |
child 392048 | 578d891011c317df2bdfa315791f765394c9302c |
push id | 7198 |
push user | jlorenzo@mozilla.com |
push date | Tue, 18 Apr 2017 12:07:49 +0000 |
treeherder | mozilla-beta@d57aa49c3948 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | nbp |
bugs | 1343265 |
milestone | 54.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/js/src/jsopcode.cpp +++ b/js/src/jsopcode.cpp @@ -1315,17 +1315,17 @@ DumpJumpOrigins(JSContext* cx, HandleScr break; case BytecodeParser::JumpKind::SwitchCase: if (!sp->put("switch-case ")) return false; break; case BytecodeParser::JumpKind::SwitchDefault: - if (!sp->put("swtich-default ")) + if (!sp->put("switch-default ")) return false; break; case BytecodeParser::JumpKind::TryCatch: if (!sp->put("try-catch ")) return false; break;