Title: [190045] trunk/Source/WebCore
Revision
190045
Author
mcatanz...@igalia.com
Date
2015-09-21 00:22:37 -0700 (Mon, 21 Sep 2015)

Log Message

[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.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (190044 => 190045)


--- trunk/Source/WebCore/ChangeLog	2015-09-21 07:12:43 UTC (rev 190044)
+++ trunk/Source/WebCore/ChangeLog	2015-09-21 07:22:37 UTC (rev 190045)
@@ -1,3 +1,15 @@
+2015-09-21  Michael Catanzaro  <mcatanz...@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  <cdu...@apple.com>
 
         Unreviewed attempt to fix GTK build after r190030.

Modified: trunk/Source/WebCore/platform/gtk/ContextMenuGtk.cpp (190044 => 190045)


--- trunk/Source/WebCore/platform/gtk/ContextMenuGtk.cpp	2015-09-21 07:12:43 UTC (rev 190044)
+++ trunk/Source/WebCore/platform/gtk/ContextMenuGtk.cpp	2015-09-21 07:22:37 UTC (rev 190045)
@@ -61,7 +61,6 @@
 
 void ContextMenu::setPlatformDescription(PlatformMenuDescription menu)
 {
-    ASSERT(menu);
     if (m_platformDescription == menu)
         return;
     if (m_platformDescription)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to