| Index: src/heap-snapshot-generator.cc
|
| diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc
|
| index dab9785ecb144e3ef96307a3828d318bd8077de7..8d5ab14d86aadd28147787f9dd969a2a7281d82f 100644
|
| --- a/src/heap-snapshot-generator.cc
|
| +++ b/src/heap-snapshot-generator.cc
|
| @@ -1472,8 +1472,8 @@ void V8HeapExplorer::TagBuiltinCodeObject(Code* code, const char* name) {
|
| void V8HeapExplorer::TagCodeObject(Code* code) {
|
| if (code->kind() == Code::STUB) {
|
| TagObject(code, names_->GetFormatted(
|
| - "(%s code)", CodeStub::MajorName(
|
| - CodeStub::GetMajorKey(code), true)));
|
| + "(%s code)",
|
| + CodeStub::MajorName(CodeStub::GetMajorKey(code))));
|
| }
|
| }
|
|
|
|
|