LibWeb: Remove unneeded spec deviation from font loading

This commit is contained in:
Psychpsyo 2025-01-04 13:39:41 +01:00 committed by Sam Atkins
commit 33f87288e9
Notes: github-actions[bot] 2025-01-04 17:59:36 +00:00
2 changed files with 6 additions and 17 deletions

View file

@ -77,8 +77,6 @@ public:
GC::Ref<WebIDL::Promise> load();
GC::Ref<WebIDL::Promise> loaded() const;
void load_font_source();
GC::Ref<WebIDL::Promise> font_status_promise() { return m_font_status_promise; }
private: