Bug 153945

Summary: REGRESSION(r196183): [GTK] Broke TestInspector
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cgarcia, mcatanzaro, timothy
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   
See Also: https://bugs.webkit.org/show_bug.cgi?id=152867
Attachments:
Description Flags
Patch mcatanzaro: review+

Description Michael Catanzaro 2016-02-06 09:35:07 PST
r196183 broke TestInspector:

TEST: ./Tools/gtk/../../WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestInspector... (pid=6821)

  /webkit2/WebKitWebInspector/default:                                 OK

  /webkit2/WebKitWebInspector/manual-attach-detach:                    

(./Tools/gtk/../../WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestInspector:6821): Gtk-CRITICAL **: gtk_container_remove: assertion 'gtk_widget_get_parent (widget) == GTK_WIDGET (container) || GTK_IS_ASSISTANT (container) || GTK_IS_ACTION_BAR (container) || GTK_IS_POPOVER_MENU (container)' failed

FAIL
Comment 1 Carlos Garcia Campos 2016-02-09 03:18:48 PST
Created attachment 270920 [details]
Patch
Comment 2 Carlos Garcia Campos 2016-02-09 22:54:06 PST
Committed r196363: <http://trac.webkit.org/changeset/196363>