Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 5726b3739320e30c7eeb0eb23dd87c31c760b933..e069b7994eb90cac0e86e5a75790f464f2275ac9 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -4007,8 +4007,7 @@ bool JSObject::HasIndexedInterceptor() { |
bool JSObject::AllowsSetElementsLength() { |
- bool result = elements()->IsFixedArray() || |
- elements()->IsFixedDoubleArray(); |
+ bool result = elements()->IsFixedArray(); |
ASSERT(result == !HasExternalArrayElements()); |
return result; |
} |