mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-22 20:43:44 +00:00
As the global object is constructed and initialized in a different way than most other objects we were not setting its prototype! This made things like "globalThis.toString()" fail unexpectedly.