Files
ladybird/Userland/Libraries/LibWeb/Bindings/MainThreadVM.cpp
Andreas Kling eca0873245 LibWeb: Always put a dummy execution context on the main thread VM stack
A lot of code assumes that there's a current execution context. By
setting up a dummy context right after creating the main thread VM,
we ensure that such code can always run.
2022-08-05 12:42:46 +02:00

22 KiB