diff options
Diffstat (limited to 'Userland/Services/WebContent/ConnectionFromClient.h')
-rw-r--r-- | Userland/Services/WebContent/ConnectionFromClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/WebContent/ConnectionFromClient.h b/Userland/Services/WebContent/ConnectionFromClient.h index 8071e5d3fe..ffb00dbfab 100644 --- a/Userland/Services/WebContent/ConnectionFromClient.h +++ b/Userland/Services/WebContent/ConnectionFromClient.h @@ -41,7 +41,7 @@ private: Web::Page const& page() const; virtual void update_system_theme(Core::AnonymousBuffer const&) override; - virtual void update_system_fonts(String const&, String const&) override; + virtual void update_system_fonts(String const&, String const&, String const&) override; virtual void update_screen_rects(Vector<Gfx::IntRect> const&, u32) override; virtual void load_url(URL const&) override; virtual void load_html(String const&, URL const&) override; |