Index: src/runtime/runtime-simd.cc |
diff --git a/src/runtime/runtime-simd.cc b/src/runtime/runtime-simd.cc |
index ffb29c0586c2754e20c7874e1423357725b8a291..4c184aa66f27bc895807b3569b4b42bf47de3db0 100644 |
--- a/src/runtime/runtime-simd.cc |
+++ b/src/runtime/runtime-simd.cc |
@@ -137,7 +137,7 @@ bool Equals(Float32x4* a, Float32x4* b) { |
} // namespace |
-RUNTIME_FUNCTION(Runtime_IsSimdObject) { |
+RUNTIME_FUNCTION(Runtime_IsSimdValue) { |
HandleScope scope(isolate); |
DCHECK(args.length() == 1); |
return isolate->heap()->ToBoolean(args[0]->IsSimd128Value()); |