mirror of https://gitee.com/bigwinds/arangodb
One more place to fix ForceDelete
This commit is contained in:
parent
8282aa426e
commit
9e5566f649
|
@ -691,8 +691,7 @@ static void MapDeleteNamedShapedJson (v8::Local<v8::String> name,
|
|||
void* marker = TRI_UnwrapClass<void*>(self, WRP_SHAPED_JSON_TYPE);
|
||||
|
||||
if (marker == nullptr) {
|
||||
self->ForceDelete(name);
|
||||
TRI_V8_RETURN_TRUE();
|
||||
TRI_V8_RETURN(v8::Handle<v8::Boolean>());
|
||||
}
|
||||
|
||||
// copy all attributes from the shaped json into the object
|
||||
|
|
Loading…
Reference in New Issue