Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 7fa2a0e0cfd45c007182aa181523905b87b8af62..b750b71a88b75ba5395c4913b7a95c4a5cd04416 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -1161,8 +1161,7 @@ MaybeHandle<Object> JSProxy::SetElementWithHandler(Handle<JSProxy> proxy, |
StrictMode strict_mode) { |
Isolate* isolate = proxy->GetIsolate(); |
Handle<String> name = isolate->factory()->Uint32ToString(index); |
- return SetPropertyWithHandler( |
- proxy, receiver, name, value, NONE, strict_mode); |
+ return SetPropertyWithHandler(proxy, receiver, name, value, strict_mode); |
} |