* platform/gdk/TemporaryLinkStubs.cpp: Removed const.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@25153
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-08-19 Adam Roben <aroben@apple.com>
+
+ Gtk+ build fix.
+
+ * platform/gdk/TemporaryLinkStubs.cpp: Removed const.
+
2007-08-19 Adam Roben <aroben@apple.com>
Fix <rdar://5395835> REGRESSION (r24527): Context menu for edit fields is missing "Font & Writing Direction"
void ContextMenu::appendItem(ContextMenuItem&) { notImplemented(); }
void ContextMenu::setPlatformDescription(PlatformMenuDescription menu) { m_platformDescription = menu; }
PlatformMenuDescription ContextMenu::platformDescription() const { return m_platformDescription; }
-PlatformMenuDescription ContextMenu::releasePlatformDescription() const { notImplemented(); return 0; }
+PlatformMenuDescription ContextMenu::releasePlatformDescription() { notImplemented(); return 0; }
ContextMenuItem::ContextMenuItem(PlatformMenuItemDescription) { notImplemented(); }
ContextMenuItem::ContextMenuItem(ContextMenu*) { notImplemented(); }