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