Index: src/ic/x87/handler-compiler-x87.cc |
diff --git a/src/ic/x87/handler-compiler-x87.cc b/src/ic/x87/handler-compiler-x87.cc |
index 2f9251172c5eccf51e3303efcc82194a3b560498..e98ad2231f5e555af00aab600c548288fd6202fa 100644 |
--- a/src/ic/x87/handler-compiler-x87.cc |
+++ b/src/ic/x87/handler-compiler-x87.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(); |