| Index: src/ic/ia32/handler-compiler-ia32.cc
|
| diff --git a/src/ic/ia32/handler-compiler-ia32.cc b/src/ic/ia32/handler-compiler-ia32.cc
|
| index e8d760390c05561100545317545958ec37c959d7..a2edf4fb47db809b7edcc1ffde4892b2758f2b96 100644
|
| --- a/src/ic/ia32/handler-compiler-ia32.cc
|
| +++ b/src/ic/ia32/handler-compiler-ia32.cc
|
| @@ -795,7 +795,7 @@ Handle<Code> NamedLoadHandlerCompiler::CompileLoadGlobal(
|
| }
|
|
|
| Counters* counters = isolate()->counters();
|
| - __ IncrementCounter(counters->named_load_global_stub(), 1);
|
| + __ IncrementCounter(counters->ic_named_load_global_stub(), 1);
|
| // The code above already loads the result into the return register.
|
| if (IC::ICUseVector(kind())) {
|
| DiscardVectorAndSlot();
|
|
|