| Index: src/ic/ppc/handler-compiler-ppc.cc
|
| diff --git a/src/ic/ppc/handler-compiler-ppc.cc b/src/ic/ppc/handler-compiler-ppc.cc
|
| index fc82a09ef025224b40add2354b8f8c2cfa97a660..af0f125cc1ef05cffabff75e2a73e32dcdfe72a9 100644
|
| --- a/src/ic/ppc/handler-compiler-ppc.cc
|
| +++ b/src/ic/ppc/handler-compiler-ppc.cc
|
| @@ -769,7 +769,7 @@ Handle<Code> NamedLoadHandlerCompiler::CompileLoadGlobal(
|
| }
|
|
|
| Counters* counters = isolate()->counters();
|
| - __ IncrementCounter(counters->named_load_global_stub(), 1, r4, r6);
|
| + __ IncrementCounter(counters->ic_named_load_global_stub(), 1, r4, r6);
|
| if (IC::ICUseVector(kind())) {
|
| DiscardVectorAndSlot();
|
| }
|
|
|