| Index: src/runtime.cc
|
| diff --git a/src/runtime.cc b/src/runtime.cc
|
| index d5768a459b631169d1debd8ba14ccd025beb8d57..958675aa953004de08e40546e188191ccdd7bf41 100644
|
| --- a/src/runtime.cc
|
| +++ b/src/runtime.cc
|
| @@ -14762,7 +14762,6 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_ArrayConstructor) {
|
|
|
| Handle<AllocationSite> site;
|
| if (!type_info.is_null() &&
|
| - *type_info != isolate->heap()->null_value() &&
|
| *type_info != isolate->heap()->undefined_value()) {
|
| site = Handle<AllocationSite>::cast(type_info);
|
| ASSERT(!site->SitePointsToLiteral());
|
|
|