Bug 175564

Summary: [GTK][WPE] WebKitAutomationSession should set session client to nullptr on dispose
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: berto, bugs-noreply, buildbot, clopez, gustavo, mcatanzaro
Priority: P2 Keywords: Gtk
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch clopez: review+

Description Carlos Garcia Campos 2017-08-15 00:20:44 PDT
WebAutomationSession expects its client to be nullptr in the destructor.
Comment 1 Carlos Garcia Campos 2017-08-15 00:22:10 PDT
Created attachment 318114 [details]
Patch
Comment 2 Build Bot 2017-08-15 00:23:44 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Carlos Garcia Campos 2017-08-15 23:09:49 PDT
Committed r220786: <http://trac.webkit.org/changeset/220786>