Fix the GTK+ build.
* WebCoreSupport/ContextMenuClientGtk.cpp:
(WebKit::ContextMenuClient::isSpeaking):
* WebCoreSupport/ContextMenuClientGtk.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@45335
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2009-06-28 Xan Lopez <xlopez@igalia.com>
+
+ Fix the GTK+ build.
+
+ * WebCoreSupport/ContextMenuClientGtk.cpp:
+ (WebKit::ContextMenuClient::isSpeaking):
+ * WebCoreSupport/ContextMenuClientGtk.h:
+
2009-06-24 Jiahua Huang <jhuangjiahua@gmail.com>
Reviewed by Holger Freyther.
notImplemented();
}
+bool ContextMenuClient::isSpeaking()
+{
+ notImplemented();
+ return false;
+}
+
}
virtual void lookUpInDictionary(WebCore::Frame*);
virtual void speak(const WebCore::String&);
virtual void stopSpeaking();
+ virtual bool isSpeaking();
private:
WebKitWebView* m_webView;