Index: src/snapshot/serialize.cc |
diff --git a/src/snapshot/serialize.cc b/src/snapshot/serialize.cc |
index fceec47fae6daab3b74a9896905c0f3d552c1cb5..467f14133666a50d604f3abc05b9dcfeb1c894b6 100644 |
--- a/src/snapshot/serialize.cc |
+++ b/src/snapshot/serialize.cc |
@@ -2532,8 +2532,7 @@ void CodeSerializer::SerializeCodeStub(uint32_t stub_key, HowToCode how_to_code, |
if (FLAG_trace_serializer) { |
PrintF(" Encoding code stub %s as %d\n", |
- CodeStub::MajorName(CodeStub::MajorKeyFromKey(stub_key), false), |
- index); |
+ CodeStub::MajorName(CodeStub::MajorKeyFromKey(stub_key)), index); |
} |
sink_->Put(kAttachedReference + how_to_code + where_to_point, "CodeStub"); |