| Index: src/ic/mips/handler-compiler-mips.cc
|
| diff --git a/src/ic/mips/handler-compiler-mips.cc b/src/ic/mips/handler-compiler-mips.cc
|
| index 9eaedbb82dcdc4ca49c378923d8e901b039033f4..071eb56e1d3653c1ff4731a5a0806cc59123cdbb 100644
|
| --- a/src/ic/mips/handler-compiler-mips.cc
|
| +++ b/src/ic/mips/handler-compiler-mips.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();
|
| }
|
|
|