Index: src/ic/ic.cc |
diff --git a/src/ic/ic.cc b/src/ic/ic.cc |
index a88746eb8e3dc9b0daf52e24e32eed2f0538b296..2f11600b23ef88d06b73b4d88e4fd117a73bde15 100644 |
--- a/src/ic/ic.cc |
+++ b/src/ic/ic.cc |
@@ -2885,7 +2885,7 @@ RUNTIME_FUNCTION(Runtime_StoreCallbackProperty) { |
CONVERT_LANGUAGE_MODE_ARG_CHECKED(language_mode, 5); |
HandleScope scope(isolate); |
- if (FLAG_runtime_call_stats) { |
+ if (V8_UNLIKELY(FLAG_runtime_stats)) { |
RETURN_RESULT_OR_FAILURE( |
isolate, Runtime::SetObjectProperty(isolate, receiver, name, value, |
language_mode)); |