summaryrefslogtreecommitdiff
path: root/Services/WebContent/PageHost.h
diff options
context:
space:
mode:
Diffstat (limited to 'Services/WebContent/PageHost.h')
-rw-r--r--Services/WebContent/PageHost.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Services/WebContent/PageHost.h b/Services/WebContent/PageHost.h
index 8db4923926..8c9a611211 100644
--- a/Services/WebContent/PageHost.h
+++ b/Services/WebContent/PageHost.h
@@ -54,6 +54,7 @@ private:
virtual void page_did_invalidate(const Gfx::IntRect&) override;
virtual void page_did_change_selection() override;
virtual void page_did_layout() override;
+ virtual void page_did_change_title(const String&) override;
explicit PageHost(ClientConnection&);