Title: [239770] trunk/Source/WebKit
Revision
239770
Author
mcatanz...@igalia.com
Date
2019-01-09 07:08:26 -0800 (Wed, 09 Jan 2019)

Log Message

[GTK] Add missing autocleanups
https://bugs.webkit.org/show_bug.cgi?id=193068

Reviewed by Carlos Garcia Campos.

* UIProcess/API/gtk/WebKitAutocleanups.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239769 => 239770)


--- trunk/Source/WebKit/ChangeLog	2019-01-09 12:42:57 UTC (rev 239769)
+++ trunk/Source/WebKit/ChangeLog	2019-01-09 15:08:26 UTC (rev 239770)
@@ -1,3 +1,12 @@
+2019-01-09  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        [GTK] Add missing autocleanups
+        https://bugs.webkit.org/show_bug.cgi?id=193068
+
+        Reviewed by Carlos Garcia Campos.
+
+        * UIProcess/API/gtk/WebKitAutocleanups.h:
+
 2019-01-08  Alex Christensen  <achristen...@webkit.org>
 
         Fix CompletionHandler assertions introduced today.

Modified: trunk/Source/WebKit/UIProcess/API/gtk/WebKitAutocleanups.h (239769 => 239770)


--- trunk/Source/WebKit/UIProcess/API/gtk/WebKitAutocleanups.h	2019-01-09 12:42:57 UTC (rev 239769)
+++ trunk/Source/WebKit/UIProcess/API/gtk/WebKitAutocleanups.h	2019-01-09 15:08:26 UTC (rev 239770)
@@ -34,6 +34,7 @@
 #ifndef __GI_SCANNER__
 
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitAuthenticationRequest, g_object_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitAutomationSession, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitBackForwardList, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitBackForwardListItem, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitColorChooserRequest, g_object_unref)
@@ -52,6 +53,7 @@
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitNavigationPolicyDecision, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitNotification, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitNotificationPermissionRequest, g_object_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitOptionMenu, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitPermissionRequest, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitPlugin, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitPolicyDecision, g_object_unref)
@@ -72,6 +74,7 @@
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebsiteDataManager, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWindowProperties, g_object_unref)
 
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitApplicationInfo, webkit_application_info_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitCredential, webkit_credential_free)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitJavascriptResult, webkit_javascript_result_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitMimeInfo, webkit_mime_info_unref)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to