Files
ladybird/Libraries/LibWeb/HTML/HTMLScriptElement.cpp
Andreas Kling 994f794487 LibWeb: Remove noisy debug log from HTMLScriptElement::prepare_script()
This is a normal spec-mandated early return, not an error condition.
The already-started flag exists because prepare_script() is called from
multiple paths (attribute changes, child insertions, DOM connection)
and only the first call should proceed.
2026-03-21 08:41:13 -05:00

40 KiB