Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 7a00868ece963490f23dd3adce5387b0810453c7..076df3d932ec7309bb1aa0a792cc6efa91cece93 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -6186,7 +6186,7 @@ void JSFunction::set_function_bindings(FixedArray* bindings) { |
// Bound function literal may be initialized to the empty fixed array |
// before the bindings are set. |
DCHECK(bindings == GetHeap()->empty_fixed_array() || |
- bindings->map() == GetHeap()->fixed_cow_array_map()); |
+ bindings->map() == GetHeap()->fixed_array_map()); |
set_literals_or_bindings(bindings); |
} |