Index: src/ic.cc |
diff --git a/src/ic.cc b/src/ic.cc |
index 84a62cd98f2e4a35fb087b6dd09611c256c25a5f..1457d7538de4db66e7beb42773216627773ee52c 100644 |
--- a/src/ic.cc |
+++ b/src/ic.cc |
@@ -1673,6 +1673,7 @@ MaybeObject* KeyedIC::ComputeMonomorphicStubWithoutMapCheck( |
} else { |
ASSERT(receiver_map->has_dictionary_elements() || |
receiver_map->has_fast_elements() || |
+ receiver_map->has_fast_smi_only_elements() || |
receiver_map->has_fast_double_elements() || |
receiver_map->has_external_array_elements()); |
bool is_js_array = receiver_map->instance_type() == JS_ARRAY_TYPE; |