Title: [217592] trunk/Source/WebKit2
Revision
217592
Author
carlo...@webkit.org
Date
2017-05-31 00:25:10 -0700 (Wed, 31 May 2017)

Log Message

Unreviewed. Fix copy-paste error added in r217209.

It seems I pasted twice.

* UIProcess/API/gtk/WebKitContextMenuItem.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (217591 => 217592)


--- trunk/Source/WebKit2/ChangeLog	2017-05-31 05:48:57 UTC (rev 217591)
+++ trunk/Source/WebKit2/ChangeLog	2017-05-31 07:25:10 UTC (rev 217592)
@@ -1,3 +1,11 @@
+2017-05-31  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix copy-paste error added in r217209.
+
+        It seems I pasted twice.
+
+        * UIProcess/API/gtk/WebKitContextMenuItem.h:
+
 2017-05-30  Tim Horton  <timothy_hor...@apple.com>
 
         Keyboard autocorrections do not apply with an active selection (but keyboard acts like they did)

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuItem.h (217591 => 217592)


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuItem.h	2017-05-31 05:48:57 UTC (rev 217591)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuItem.h	2017-05-31 07:25:10 UTC (rev 217592)
@@ -82,7 +82,7 @@
 WEBKIT_API WebKitContextMenuItem *
 webkit_context_menu_item_new_separator                    (void);
 
-WEBKIT_DEPRECATED_FOR(webkit_context_menu_item_get_gactionwebkit_context_menu_item_get_gaction) GtkAction *
+WEBKIT_DEPRECATED_FOR(webkit_context_menu_item_get_gaction) GtkAction *
 webkit_context_menu_item_get_action                       (WebKitContextMenuItem  *item);
 
 WEBKIT_API GAction *
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to