LibWeb: Ensure Noah's Ark clause is called in the Parser

This commit is contained in:
Lorenz A 2025-09-02 03:37:18 +02:00 committed by Tim Ledbetter
commit 6f31d9a40d
Notes: github-actions[bot] 2025-10-09 11:25:59 +00:00
4 changed files with 46 additions and 9 deletions

View file

@ -46,6 +46,7 @@ public:
private:
Vector<Entry> m_entries;
void ensure_noahs_ark_clause(DOM::Element& element);
};
}