Title: [218584] releases/WebKitGTK/webkit-2.16/Source/WebKit2
Revision
218584
Author
[email protected]
Date
2017-06-20 03:38:16 -0700 (Tue, 20 Jun 2017)

Log Message

Merge r218386 - Unreviewed. Remove wrong headers check from some GTK+ API files.

Remove the __WEBKIT_WEB_EXTENSION_H_INSIDE__ check since these are not actually shared.

* UIProcess/API/gtk/WebKitEditorState.h:
* UIProcess/API/gtk/WebKitOptionMenu.h:
* UIProcess/API/gtk/WebKitPrintCustomWidget.h:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog (218583 => 218584)


--- releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog	2017-06-20 10:34:31 UTC (rev 218583)
+++ releases/WebKitGTK/webkit-2.16/Source/WebKit2/ChangeLog	2017-06-20 10:38:16 UTC (rev 218584)
@@ -1,3 +1,13 @@
+2017-06-16  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Remove wrong headers check from some GTK+ API files.
+
+        Remove the __WEBKIT_WEB_EXTENSION_H_INSIDE__ check since these are not actually shared.
+
+        * UIProcess/API/gtk/WebKitEditorState.h:
+        * UIProcess/API/gtk/WebKitOptionMenu.h:
+        * UIProcess/API/gtk/WebKitPrintCustomWidget.h:
+
 2017-06-13  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Blob download doesn't work

Modified: releases/WebKitGTK/webkit-2.16/Source/WebKit2/UIProcess/API/gtk/WebKitEditorState.h (218583 => 218584)


--- releases/WebKitGTK/webkit-2.16/Source/WebKit2/UIProcess/API/gtk/WebKitEditorState.h	2017-06-20 10:34:31 UTC (rev 218583)
+++ releases/WebKitGTK/webkit-2.16/Source/WebKit2/UIProcess/API/gtk/WebKitEditorState.h	2017-06-20 10:38:16 UTC (rev 218584)
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#if !defined(__WEBKIT2_H_INSIDE__) && !defined(WEBKIT2_COMPILATION) && !defined(__WEBKIT_WEB_EXTENSION_H_INSIDE__)
+#if !defined(__WEBKIT2_H_INSIDE__) && !defined(WEBKIT2_COMPILATION)
 #error "Only <webkit2/webkit2.h> can be included directly."
 #endif
 

Modified: releases/WebKitGTK/webkit-2.16/Source/WebKit2/UIProcess/API/gtk/WebKitPrintCustomWidget.h (218583 => 218584)


--- releases/WebKitGTK/webkit-2.16/Source/WebKit2/UIProcess/API/gtk/WebKitPrintCustomWidget.h	2017-06-20 10:34:31 UTC (rev 218583)
+++ releases/WebKitGTK/webkit-2.16/Source/WebKit2/UIProcess/API/gtk/WebKitPrintCustomWidget.h	2017-06-20 10:38:16 UTC (rev 218584)
@@ -17,7 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#if !defined(__WEBKIT2_H_INSIDE__) && !defined(WEBKIT2_COMPILATION) && !defined(__WEBKIT_WEB_EXTENSION_H_INSIDE__)
+#if !defined(__WEBKIT2_H_INSIDE__) && !defined(WEBKIT2_COMPILATION)
 #error "Only <webkit2/webkit2.h> can be included directly."
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to