https://bugs.webkit.org/show_bug.cgi?id=149379
Reviewed by Carlos Garcia Campos.
Remove assert that no longer makes sense.
* platform/gtk/ContextMenuGtk.cpp:
(WebCore::ContextMenu::setPlatformDescription): Deleted.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@190045
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-09-21 Michael Catanzaro <mcatanzaro@igalia.com>
+
+ [GTK] REGRESSION(188031): ASSERTION FAILED: menu
+ https://bugs.webkit.org/show_bug.cgi?id=149379
+
+ Reviewed by Carlos Garcia Campos.
+
+ Remove assert that no longer makes sense.
+
+ * platform/gtk/ContextMenuGtk.cpp:
+ (WebCore::ContextMenu::setPlatformDescription): Deleted.
+
2015-09-20 Chris Dumez <cdumez@apple.com>
Unreviewed attempt to fix GTK build after r190030.
void ContextMenu::setPlatformDescription(PlatformMenuDescription menu)
{
- ASSERT(menu);
if (m_platformDescription == menu)
return;
if (m_platformDescription)