mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 22:38:51 +00:00
LibWeb/HTML: Remove "flag" word from usage of "page showing"
Corresponds to 30935f3474
This commit is contained in:
parent
b9ac99d2eb
commit
415dd1be06
Notes:
github-actions[bot]
2025-03-14 20:34:49 +00:00
Author: https://github.com/AtkinsSJ
Commit: 415dd1be06
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3945
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue