diff options
Diffstat (limited to 'Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp')
| -rw-r--r-- | Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp b/Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp index 94dc44b31..2a3b3078d 100644 --- a/Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp +++ b/Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp @@ -41,7 +41,7 @@ Evas_Object* WebPageProxy::viewWidget() return static_cast<PageClientImpl*>(m_pageClient)->viewWidget(); } -String WebPageProxy::standardUserAgent(const String& applicationNameForUserAgent) +String WebPageProxy::standardUserAgent(const String& /*applicationNameForUserAgent*/) { WTF::String platform; WTF::String version; @@ -63,7 +63,7 @@ String WebPageProxy::standardUserAgent(const String& applicationNameForUserAgent + " (KHTML, like Gecko) Version/5.0 Safari/" + version; } -void WebPageProxy::getEditorCommandsForKeyEvent(Vector<WTF::String>& commandsList) +void WebPageProxy::getEditorCommandsForKeyEvent(Vector<WTF::String>& /*commandsList*/) { notImplemented(); } |
