Title: [159253] trunk/Source/WebKit2
- Revision
- 159253
- Author
- [email protected]
- Date
- 2013-11-13 15:36:22 -0800 (Wed, 13 Nov 2013)
Log Message
Maybe the last attempt to fix the GTK build.
* UIProcess/API/gtk/WebKitBackForwardListPrivate.h:
* UIProcess/API/gtk/WebKitContextMenuPrivate.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (159252 => 159253)
--- trunk/Source/WebKit2/ChangeLog 2013-11-13 23:30:16 UTC (rev 159252)
+++ trunk/Source/WebKit2/ChangeLog 2013-11-13 23:36:22 UTC (rev 159253)
@@ -1,5 +1,12 @@
2013-11-13 Csaba Osztrogonác <[email protected]>
+ Maybe the last attempt to fix the GTK build.
+
+ * UIProcess/API/gtk/WebKitBackForwardListPrivate.h:
+ * UIProcess/API/gtk/WebKitContextMenuPrivate.h:
+
+2013-11-13 Csaba Osztrogonác <[email protected]>
+
One more attempt to fix the GTK build.
* UIProcess/API/gtk/WebKitWebViewPrivate.h:
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitBackForwardListPrivate.h (159252 => 159253)
--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitBackForwardListPrivate.h 2013-11-13 23:30:16 UTC (rev 159252)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitBackForwardListPrivate.h 2013-11-13 23:36:22 UTC (rev 159253)
@@ -32,6 +32,6 @@
WebKitBackForwardList* webkitBackForwardListCreate(WebKit::WebBackForwardList*);
WebKitBackForwardListItem* webkitBackForwardListItemGetOrCreate(WebKit::WebBackForwardListItem*);
WebKit::WebBackForwardListItem* webkitBackForwardListItemGetItem(WebKitBackForwardListItem*);
-void webkitBackForwardListChanged(WebKitBackForwardList*, WebKit::WebBackForwardListItem* webAddedItem, WebKit::API::Array* webRemovedItems);
+void webkitBackForwardListChanged(WebKitBackForwardList*, WebKit::WebBackForwardListItem* webAddedItem, API::Array* webRemovedItems);
#endif // WebKitBackForwardListPrivate_h
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuPrivate.h (159252 => 159253)
--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuPrivate.h 2013-11-13 23:30:16 UTC (rev 159252)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuPrivate.h 2013-11-13 23:36:22 UTC (rev 159253)
@@ -23,7 +23,7 @@
#include "WebKitContextMenu.h"
#include "WebKitPrivate.h"
-WebKitContextMenu* webkitContextMenuCreate(WebKit::API::Array* items);
+WebKitContextMenu* webkitContextMenuCreate(API::Array* items);
void webkitContextMenuPopulate(WebKitContextMenu*, Vector<WebCore::ContextMenuItem>&);
void webkitContextMenuSetParentItem(WebKitContextMenu*, WebKitContextMenuItem*);
WebKitContextMenuItem* webkitContextMenuGetParentItem(WebKitContextMenu*);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes