diff options
Diffstat (limited to 'Libraries/LibWeb/ResourceLoader.h')
-rw-r--r-- | Libraries/LibWeb/ResourceLoader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibWeb/ResourceLoader.h b/Libraries/LibWeb/ResourceLoader.h index b87ce20803..e9a9c0d772 100644 --- a/Libraries/LibWeb/ResourceLoader.h +++ b/Libraries/LibWeb/ResourceLoader.h @@ -56,6 +56,8 @@ private: ResourceLoader(); static bool is_port_blocked(int port); + virtual void save_to(JsonObject&) override; + int m_pending_loads { 0 }; RefPtr<Protocol::Client> m_protocol_client; |