mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Delete public constructor of FontFaceSet
The IDL definition in the spec does not have a public constructor, and our test that relies on it was failing to run in other browsers.
This commit is contained in:
committed by
Andreas Kling
parent
ee7b90b789
commit
814fa0682a
@@ -17,8 +17,6 @@ enum FontFaceSetLoadStatus { "loading", "loaded" };
|
||||
// https://drafts.csswg.org/css-font-loading/#fontfaceset
|
||||
[Exposed=(Window,Worker)]
|
||||
interface FontFaceSet : EventTarget {
|
||||
constructor(sequence<FontFace> initialFaces);
|
||||
|
||||
setlike<FontFace>;
|
||||
FontFaceSet add(FontFace font);
|
||||
boolean delete(FontFace font);
|
||||
|
||||
Reference in New Issue
Block a user