Title: [238318] trunk/Source/WebKit
Revision
238318
Author
mcatanz...@igalia.com
Date
2018-11-16 15:52:20 -0800 (Fri, 16 Nov 2018)

Log Message

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

Unreviewed, install the file.

* PlatformGTK.cmake:
* PlatformWPE.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (238317 => 238318)


--- trunk/Source/WebKit/ChangeLog	2018-11-16 23:27:06 UTC (rev 238317)
+++ trunk/Source/WebKit/ChangeLog	2018-11-16 23:52:20 UTC (rev 238318)
@@ -1,3 +1,14 @@
+2018-11-16  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        [GTK][WPE] Add "WebKitDeviceInfoPermissionRequest.h" into webkit2.h
+        https://bugs.webkit.org/show_bug.cgi?id=191744
+        <rdar://problem/46125461>
+
+        Unreviewed, install the file.
+
+        * PlatformGTK.cmake:
+        * PlatformWPE.cmake:
+
 2018-11-16  Zalan Bujtas  <za...@apple.com>
 
         Add DidFirstMeaningfulPaint milestone.

Modified: trunk/Source/WebKit/PlatformGTK.cmake (238317 => 238318)


--- trunk/Source/WebKit/PlatformGTK.cmake	2018-11-16 23:27:06 UTC (rev 238317)
+++ trunk/Source/WebKit/PlatformGTK.cmake	2018-11-16 23:52:20 UTC (rev 238318)
@@ -71,6 +71,7 @@
     ${WEBKIT_DIR}/UIProcess/API/gtk/WebKitContextMenuItem.h
     ${WEBKIT_DIR}/UIProcess/API/gtk/WebKitCookieManager.h
     ${WEBKIT_DIR}/UIProcess/API/gtk/WebKitDefines.h
+    ${WEBKIT_DIR}/UIProcess/API/gtk/WebKitDeviceInfoPermissionRequest.h
     ${WEBKIT_DIR}/UIProcess/API/gtk/WebKitDownload.h
     ${WEBKIT_DIR}/UIProcess/API/gtk/WebKitEditingCommands.h
     ${WEBKIT_DIR}/UIProcess/API/gtk/WebKitEditorState.h

Modified: trunk/Source/WebKit/PlatformWPE.cmake (238317 => 238318)


--- trunk/Source/WebKit/PlatformWPE.cmake	2018-11-16 23:27:06 UTC (rev 238317)
+++ trunk/Source/WebKit/PlatformWPE.cmake	2018-11-16 23:52:20 UTC (rev 238318)
@@ -105,6 +105,7 @@
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitContextMenuItem.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitCookieManager.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitDefines.h
+    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitDeviceInfoPermissionRequest.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitDownload.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitEditingCommands.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitEditorState.h
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to