| Index: src/objects.cc
|
| diff --git a/src/objects.cc b/src/objects.cc
|
| index edd758370bdb76f490e24e16b162b2f9ee98b9ff..86fb22ae36f8535a2e237b5cf93a1a8594ab2498 100644
|
| --- a/src/objects.cc
|
| +++ b/src/objects.cc
|
| @@ -4276,7 +4276,6 @@ MaybeHandle<Object> JSObject::SetOwnPropertyIgnoreAttributes(
|
| MaybeHandle<Object> JSObject::SetOwnElementIgnoreAttributes(
|
| Handle<JSObject> object, uint32_t index, Handle<Object> value,
|
| PropertyAttributes attributes, ExecutableAccessorInfoHandling handling) {
|
| - DCHECK(!object->HasExternalArrayElements());
|
| Isolate* isolate = object->GetIsolate();
|
| LookupIterator it(isolate, object, index,
|
| LookupIterator::OWN_SKIP_INTERCEPTOR);
|
|
|