mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibJS: Make Cell::initialize() return void
Stop worrying about tiny OOMs. Work towards #20405
This commit is contained in:
@@ -74,9 +74,8 @@ Object::~Object()
|
||||
s_intrinsics.remove(this);
|
||||
}
|
||||
|
||||
ThrowCompletionOr<void> Object::initialize(Realm&)
|
||||
void Object::initialize(Realm&)
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
// 7.2 Testing and Comparison Operations, https://tc39.es/ecma262/#sec-testing-and-comparison-operations
|
||||
|
||||
Reference in New Issue
Block a user