mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
LibJS: Rename GlobalObject::initialize() => initialize_global_object()
This function was shadowing Object::initialize() which cannot be called on global objects and has a different set of parameters.
This commit is contained in:
@@ -82,7 +82,7 @@ GlobalObject::GlobalObject()
|
||||
{
|
||||
}
|
||||
|
||||
void GlobalObject::initialize()
|
||||
void GlobalObject::initialize_global_object()
|
||||
{
|
||||
auto& vm = this->vm();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user