Title: [215508] trunk/Source/WebKit2
Revision
215508
Author
[email protected]
Date
2017-04-19 06:00:37 -0700 (Wed, 19 Apr 2017)

Log Message

[GTK] WebKitAutocleanups.h regression in v2.16.1 release
https://bugs.webkit.org/show_bug.cgi?id=170987

Patch by Adrian Perez de Castro <[email protected]> on 2017-04-19
Reviewed by Carlos Garcia Campos.

* UIProcess/API/gtk/WebKitAutocleanups.h: Remove stray semicolon.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (215507 => 215508)


--- trunk/Source/WebKit2/ChangeLog	2017-04-19 12:15:37 UTC (rev 215507)
+++ trunk/Source/WebKit2/ChangeLog	2017-04-19 13:00:37 UTC (rev 215508)
@@ -1,3 +1,12 @@
+2017-04-19  Adrian Perez de Castro  <[email protected]>
+
+        [GTK] WebKitAutocleanups.h regression in v2.16.1 release
+        https://bugs.webkit.org/show_bug.cgi?id=170987
+
+        Reviewed by Carlos Garcia Campos.
+
+        * UIProcess/API/gtk/WebKitAutocleanups.h: Remove stray semicolon.
+
 2017-04-18  Per Arne Vollan  <[email protected]>
 
         Dragging a few items over MiniBrowser has 0 in the red indicator.

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitAutocleanups.h (215507 => 215508)


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitAutocleanups.h	2017-04-19 12:15:37 UTC (rev 215507)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitAutocleanups.h	2017-04-19 13:00:37 UTC (rev 215508)
@@ -80,7 +80,7 @@
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitSecurityOrigin, webkit_security_origin_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitUserScript, webkit_user_script_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitUserStyleSheet, webkit_user_style_sheet_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebsiteData, webkit_website_data_unref);
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebsiteData, webkit_website_data_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (WebKitWebViewSessionState, webkit_web_view_session_state_unref)
 
 #endif // __GI_SCANNER__
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to