Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLScriptElement.cpp
Andreas Kling bfec16ce46 LibWeb: Remove nonsensical assignment in script-became-ready callback
We don't need to set m_script_ready in the callback that gets invoked
precisely because m_script_ready has been set. :^)
2021-09-26 02:05:54 +02:00

24 KiB