1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 00:17:46 +00:00

LibWeb: Add XMLDocument stub

Required by old versions of Pixi.js's XMLFormat bitmap font loader.
db824181dc/packages/text-bitmap/src/formats/XMLFormat.ts (L16)
This commit is contained in:
Luke Wilde 2023-04-05 23:00:08 +01:00 committed by Andreas Kling
parent 3d0ac399c4
commit 1f863de9aa
7 changed files with 59 additions and 1 deletions

View file

@ -214,6 +214,7 @@ class StaticNodeList;
class StaticRange;
class Text;
class TreeWalker;
class XMLDocument;
enum class QuirksMode;