Bug 149379

Summary: [GTK] REGRESSION(188031): ASSERTION FAILED: menu
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, commit-queue, mcatanzaro
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch none

Description Michael Catanzaro 2015-09-19 18:16:56 PDT
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.
Comment 1 Michael Catanzaro 2015-09-19 20:26:35 PDT
Created attachment 261600 [details]
Patch
Comment 2 WebKit Commit Bot 2015-09-21 00:22:55 PDT
Comment on attachment 261600 [details]
Patch

Clearing flags on attachment: 261600

Committed r190045: <http://trac.webkit.org/changeset/190045>
Comment 3 WebKit Commit Bot 2015-09-21 00:22:59 PDT
All reviewed patches have been landed.  Closing bug.