Title: [241725] branches/safari-607-branch/Source/WebKit
Revision
241725
Author
alanc...@apple.com
Date
2019-02-18 10:19:52 -0800 (Mon, 18 Feb 2019)

Log Message

Cherry-pick r241584. rdar://problem/48122553

    Unreviewed. Fix GTK+ build after r241556

    I guess this is due to unified builds after a new file being added in r241556.

    Patch by Carlos Garcia Campos <cgar...@igalia.com> on 2019-02-15

    * UIProcess/API/C/WKAuthenticationDecisionListener.cpp:
    * UIProcess/API/C/WKPage.cpp:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@241584 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-607-branch/Source/WebKit/ChangeLog (241724 => 241725)


--- branches/safari-607-branch/Source/WebKit/ChangeLog	2019-02-18 18:19:46 UTC (rev 241724)
+++ branches/safari-607-branch/Source/WebKit/ChangeLog	2019-02-18 18:19:52 UTC (rev 241725)
@@ -1,5 +1,29 @@
 2019-02-18  Babak Shafiei  <bshaf...@apple.com>
 
+        Cherry-pick r241584. rdar://problem/48122553
+
+    Unreviewed. Fix GTK+ build after r241556
+    
+    I guess this is due to unified builds after a new file being added in r241556.
+    
+    Patch by Carlos Garcia Campos <cgar...@igalia.com> on 2019-02-15
+    
+    * UIProcess/API/C/WKAuthenticationDecisionListener.cpp:
+    * UIProcess/API/C/WKPage.cpp:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@241584 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2019-02-15  Carlos Garcia Campos  <cgar...@igalia.com>
+
+            Unreviewed. Fix GTK+ build after r241556
+
+            I guess this is due to unified builds after a new file being added in r241556.
+
+            * UIProcess/API/C/WKAuthenticationDecisionListener.cpp:
+            * UIProcess/API/C/WKPage.cpp:
+
+2019-02-18  Babak Shafiei  <bshaf...@apple.com>
+
         Apply patch. rdar://problem/48122553
 
     Introduce a WebContent Process cache https://bugs.webkit.org/show_bug.cgi?id=194594 <rdar://problem/46793397>

Modified: branches/safari-607-branch/Source/WebKit/UIProcess/API/C/WKAuthenticationDecisionListener.cpp (241724 => 241725)


--- branches/safari-607-branch/Source/WebKit/UIProcess/API/C/WKAuthenticationDecisionListener.cpp	2019-02-18 18:19:46 UTC (rev 241724)
+++ branches/safari-607-branch/Source/WebKit/UIProcess/API/C/WKAuthenticationDecisionListener.cpp	2019-02-18 18:19:52 UTC (rev 241725)
@@ -31,6 +31,8 @@
 #include "WKAPICast.h"
 #include "WebCredential.h"
 
+using namespace WebKit;
+
 WKTypeID WKAuthenticationDecisionListenerGetTypeID()
 {
     return WebKit::toAPI(WebKit::AuthenticationDecisionListener::APIType);

Modified: branches/safari-607-branch/Source/WebKit/UIProcess/API/C/WKPage.cpp (241724 => 241725)


--- branches/safari-607-branch/Source/WebKit/UIProcess/API/C/WKPage.cpp	2019-02-18 18:19:46 UTC (rev 241724)
+++ branches/safari-607-branch/Source/WebKit/UIProcess/API/C/WKPage.cpp	2019-02-18 18:19:52 UTC (rev 241725)
@@ -65,8 +65,6 @@
 #include "WKPageRenderingProgressEventsInternal.h"
 #include "WKPluginInformation.h"
 #include "WebBackForwardList.h"
-#include "WebContextMenu.h"
-#include "WebContextMenuItem.h"
 #include "WebFormClient.h"
 #include "WebImage.h"
 #include "WebInspectorProxy.h"
@@ -137,6 +135,8 @@
     
 } // namespace API
 
+using namespace WebKit;
+
 WKTypeID WKPageGetTypeID()
 {
     return toAPI(WebPageProxy::APIType);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to