Index: src/runtime/runtime-object.cc |
diff --git a/src/runtime/runtime-object.cc b/src/runtime/runtime-object.cc |
index 067ab86f161c9f1635e4307198a04fb79441df56..26a55ac75b36489e84028946e265318abce52fbb 100644 |
--- a/src/runtime/runtime-object.cc |
+++ b/src/runtime/runtime-object.cc |
@@ -1259,7 +1259,7 @@ RUNTIME_FUNCTION(Runtime_ObjectEquals) { |
} |
-RUNTIME_FUNCTION(Runtime_IsSpecObject) { |
+RUNTIME_FUNCTION(Runtime_IsJSReceiver) { |
SealHandleScope shs(isolate); |
DCHECK(args.length() == 1); |
CONVERT_ARG_CHECKED(Object, obj, 0); |