mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 10:29:23 +00:00
LibWeb: Ensure Noah's Ark clause is called in the Parser
This commit is contained in:
parent
102edf638d
commit
6f31d9a40d
Notes:
github-actions[bot]
2025-10-09 11:25:59 +00:00
Author: https://github.com/lpas
Commit: 6f31d9a40d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6049
Reviewed-by: https://github.com/Psychpsyo ✅
Reviewed-by: https://github.com/tcl3 ✅
4 changed files with 46 additions and 9 deletions
|
|
@ -46,6 +46,7 @@ public:
|
|||
|
||||
private:
|
||||
Vector<Entry> m_entries;
|
||||
void ensure_noahs_ark_clause(DOM::Element& element);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue