| Index: src/deoptimizer.cc
|
| diff --git a/src/deoptimizer.cc b/src/deoptimizer.cc
|
| index 077f109b5b41c183e10b9033ebfb7af6cd524863..485785fa0c9bea1b628db2b0cf9cf840bec72dcc 100644
|
| --- a/src/deoptimizer.cc
|
| +++ b/src/deoptimizer.cc
|
| @@ -1455,7 +1455,7 @@ void Deoptimizer::DoComputeCompiledStubFrame(TranslationIterator* iterator,
|
| if (trace_scope_ != NULL) {
|
| PrintF(trace_scope_->file(),
|
| " translating %s => StubFailureTrampolineStub, height=%d\n",
|
| - CodeStub::MajorName(static_cast<CodeStub::Major>(major_key), false),
|
| + CodeStub::MajorName(static_cast<CodeStub::Major>(major_key)),
|
| height_in_bytes);
|
| }
|
|
|
|
|