Index: src/ic/mips64/handler-compiler-mips64.cc |
diff --git a/src/ic/mips64/handler-compiler-mips64.cc b/src/ic/mips64/handler-compiler-mips64.cc |
index a21367d5c6f9ef01207373eb0d03aa9fa60fbba3..77f6c8e39502372c01ba086c528b16ae63b55887 100644 |
--- a/src/ic/mips64/handler-compiler-mips64.cc |
+++ b/src/ic/mips64/handler-compiler-mips64.cc |
@@ -768,7 +768,7 @@ Handle<Code> NamedLoadHandlerCompiler::CompileLoadGlobal( |
} |
Counters* counters = isolate()->counters(); |
- __ IncrementCounter(counters->named_load_global_stub(), 1, a1, a3); |
+ __ IncrementCounter(counters->ic_named_load_global_stub(), 1, a1, a3); |
if (IC::ICUseVector(kind())) { |
DiscardVectorAndSlot(); |
} |