[Webkit-unassigned] [Bug 149379] New: [GTK] REGRESSION(188031): ASSERTION FAILED: menu
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 19 18:16:56 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=149379
Bug ID: 149379
Summary: [GTK] REGRESSION(188031): ASSERTION FAILED: menu
Classification: Unclassified
Product: WebKit
Version: Other
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at igalia.com
r188031 added the following call in WebContextMenuProxyGtk::CancelTracking:
m_menu.setPlatformDescription(nullptr);
But the first line of code in setPlatformDescription is an assert to be sure the parameter isn't null.
Reminder: now that we have debug fission enabled by default, we can start using debug builds instead of release builds for development, and avoid such issues.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150920/82b15594/attachment-0001.html>
More information about the webkit-unassigned
mailing list