mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
LibWeb/HTML: Remove "flag" word from usage of "page showing"
Corresponds to 30935f3474
This commit is contained in:
parent
b9ac99d2eb
commit
415dd1be06
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user