mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Remove unneeded spec deviation from font loading
This commit is contained in:
parent
c60ad5b0b8
commit
33f87288e9
Notes:
github-actions[bot]
2025-01-04 17:59:36 +00:00
Author: https://github.com/Psychpsyo
Commit: 33f87288e9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3136
Reviewed-by: https://github.com/AtkinsSJ ✅
2 changed files with 6 additions and 17 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue