LibWeb/HTML: Remove "flag" word from usage of "page showing"

Corresponds to 30935f3474
This commit is contained in:
Sam Atkins 2025-03-14 16:35:19 +00:00 committed by Tim Ledbetter
parent b9ac99d2eb
commit 415dd1be06
Notes: github-actions[bot] 2025-03-14 20:34:49 +00:00

View file

@ -393,7 +393,7 @@ void HTMLParser::the_end(GC::Ref<DOM::Document> document, GC::Ptr<HTMLParser> pa
// 9. Assert: Document's page showing is false.
VERIFY(!document->page_showing());
// 10. Set the Document's page showing flag to true.
// 10. Set the Document's page showing to true.
document->set_page_showing(true);
// 11. Fire a page transition event named pageshow at window with false.