Title: [236009] trunk/Source/WebKit
Revision
236009
Author
[email protected]
Date
2018-09-14 09:50:14 -0700 (Fri, 14 Sep 2018)

Log Message

Unreviewed, speculative WPE build fix after r236004
https://bugs.webkit.org/show_bug.cgi?id=189545

* UIProcess/API/wpe/WebKitScriptDialog.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (236008 => 236009)


--- trunk/Source/WebKit/ChangeLog	2018-09-14 16:44:22 UTC (rev 236008)
+++ trunk/Source/WebKit/ChangeLog	2018-09-14 16:50:14 UTC (rev 236009)
@@ -1,3 +1,10 @@
+2018-09-14  Michael Catanzaro  <[email protected]>
+
+        Unreviewed, speculative WPE build fix after r236004
+        https://bugs.webkit.org/show_bug.cgi?id=189545
+
+        * UIProcess/API/wpe/WebKitScriptDialog.h:
+
 2018-09-14  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Make script dialogs modal to the current web view only

Modified: trunk/Source/WebKit/UIProcess/API/wpe/WebKitScriptDialog.h (236008 => 236009)


--- trunk/Source/WebKit/UIProcess/API/wpe/WebKitScriptDialog.h	2018-09-14 16:44:22 UTC (rev 236008)
+++ trunk/Source/WebKit/UIProcess/API/wpe/WebKitScriptDialog.h	2018-09-14 16:50:14 UTC (rev 236009)
@@ -32,6 +32,7 @@
 #define WEBKIT_TYPE_SCRIPT_DIALOG (webkit_script_dialog_get_type())
 
 typedef struct _WebKitScriptDialog WebKitScriptDialog;
+typedef struct _WebKitWebView WebKitWebView;
 
 /**
  * WebKitScriptDialogType:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to