Title: [238277] trunk/Source/WebKit
Revision
238277
Author
commit-qu...@webkit.org
Date
2018-11-16 06:02:41 -0800 (Fri, 16 Nov 2018)

Log Message

[GTK][WPE] Add "WebKitDeviceInfoPermissionRequest.h" into webkit2.h
https://bugs.webkit.org/show_bug.cgi?id=191744

It should always have been there.

Patch by Thibault Saunier <tsaun...@igalia.com> on 2018-11-16
Reviewed by Carlos Garcia Campos.

* UIProcess/API/gtk/webkit2.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (238276 => 238277)


--- trunk/Source/WebKit/ChangeLog	2018-11-16 14:01:19 UTC (rev 238276)
+++ trunk/Source/WebKit/ChangeLog	2018-11-16 14:02:41 UTC (rev 238277)
@@ -1,3 +1,14 @@
+2018-11-16  Thibault Saunier  <tsaun...@igalia.com>
+
+        [GTK][WPE] Add "WebKitDeviceInfoPermissionRequest.h" into webkit2.h
+        https://bugs.webkit.org/show_bug.cgi?id=191744
+
+        It should always have been there.
+
+        Reviewed by Carlos Garcia Campos.
+
+        * UIProcess/API/gtk/webkit2.h:
+
 2018-11-16  Antoine Quint  <grao...@apple.com>
 
         PointerEvents should not require touch event listeners to be registered

Modified: trunk/Source/WebKit/UIProcess/API/gtk/webkit2.h (238276 => 238277)


--- trunk/Source/WebKit/UIProcess/API/gtk/webkit2.h	2018-11-16 14:01:19 UTC (rev 238276)
+++ trunk/Source/WebKit/UIProcess/API/gtk/webkit2.h	2018-11-16 14:02:41 UTC (rev 238277)
@@ -38,6 +38,7 @@
 #include <webkit2/WebKitCookieManager.h>
 #include <webkit2/WebKitCredential.h>
 #include <webkit2/WebKitDefines.h>
+#include <webkit2/WebKitDeviceInfoPermissionRequest.h>
 #include <webkit2/WebKitDownload.h>
 #include <webkit2/WebKitEditingCommands.h>
 #include <webkit2/WebKitEditorState.h>

Modified: trunk/Source/WebKit/UIProcess/API/wpe/webkit.h (238276 => 238277)


--- trunk/Source/WebKit/UIProcess/API/wpe/webkit.h	2018-11-16 14:01:19 UTC (rev 238276)
+++ trunk/Source/WebKit/UIProcess/API/wpe/webkit.h	2018-11-16 14:02:41 UTC (rev 238277)
@@ -38,6 +38,7 @@
 #include <wpe/WebKitCookieManager.h>
 #include <wpe/WebKitCredential.h>
 #include <wpe/WebKitDefines.h>
+#include <wpe/WebKitDeviceInfoPermissionRequest.h>
 #include <wpe/WebKitDownload.h>
 #include <wpe/WebKitEditingCommands.h>
 #include <wpe/WebKitEditorState.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to