| Index: src/heap/gc-tracer.cc
|
| diff --git a/src/heap/gc-tracer.cc b/src/heap/gc-tracer.cc
|
| index 7b0b1ac9d5fd5661e14877440c61c7dfa14959ab..d166f4acc5a5f10bc0ab944838677cee8f32090c 100644
|
| --- a/src/heap/gc-tracer.cc
|
| +++ b/src/heap/gc-tracer.cc
|
| @@ -574,7 +574,6 @@ void GCTracer::PrintNVP() const {
|
| current_.scopes[Scope::MC_MARK_WEAK_REFERENCES],
|
| current_.scopes[Scope::MC_MARK_GLOBAL_HANDLES],
|
| current_.scopes[Scope::MC_MARK_CODE_FLUSH],
|
| - current_.scopes[Scope::MC_MARK_OPTIMIZED_CODE_MAPS],
|
| current_.scopes[Scope::MC_STORE_BUFFER_CLEAR],
|
| current_.scopes[Scope::MC_SLOTS_BUFFER_CLEAR],
|
| current_.scopes[Scope::MC_SWEEP],
|
|
|