Skip to content

Commit b67b6c2

Browse files
committed
Unreviewed, GTK build warning fix
* UIProcess/Inspector/glib/RemoteInspectorClient.cpp: Mark configurationForRemoteInspector as override of corresponding parent class method declaration. Canonical link: https://commits.webkit.org/231822@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@270113 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 4ef5c80 commit b67b6c2

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Source/WebKit/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2020-11-20 Philippe Normand <pnormand@igalia.com>
2+
3+
Unreviewed, GTK build warning fix
4+
5+
* UIProcess/Inspector/glib/RemoteInspectorClient.cpp: Mark configurationForRemoteInspector
6+
as override of corresponding parent class method declaration.
7+
18
2020-11-19 Wenson Hsieh <wenson_hsieh@apple.com>
29

310
REGRESSION (r259151): The "Convert Text to Traditional Chinese" services menu action is broken

Source/WebKit/UIProcess/Inspector/glib/RemoteInspectorClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class RemoteInspectorProxy final : public RemoteWebInspectorProxyClient {
9595
m_inspectorClient.closeFromFrontend(m_connectionID, m_targetID);
9696
}
9797

98-
Ref<API::InspectorConfiguration> configurationForRemoteInspector(RemoteWebInspectorProxy&)
98+
Ref<API::InspectorConfiguration> configurationForRemoteInspector(RemoteWebInspectorProxy&) override
9999
{
100100
return API::InspectorConfiguration::create();
101101
}

0 commit comments

Comments
 (0)