Index: src/arm/lithium-arm.cc |
diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc |
index 56332eeea990c9c5ecaa783715f3a2debf24d55d..309f96addb8cf528733535c1567062484dc9b8f4 100644 |
--- a/src/arm/lithium-arm.cc |
+++ b/src/arm/lithium-arm.cc |
@@ -325,7 +325,6 @@ void LCallNewArray::PrintDataTo(StringStream* stream) { |
stream->Add("= "); |
constructor()->PrintTo(stream); |
stream->Add(" #%d / ", arity()); |
- ASSERT(hydrogen()->property_cell()->value()->IsSmi()); |
ElementsKind kind = hydrogen()->elements_kind(); |
stream->Add(" (%s) ", ElementsKindToString(kind)); |
} |