Title: [241957] branches/safari-608.1.5.1-branch/Source/WebKit
Revision
241957
Author
[email protected]
Date
2019-02-22 12:31:07 -0800 (Fri, 22 Feb 2019)

Log Message

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

    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 <[email protected]> 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-608.1.5.1-branch/Source/WebKit/ChangeLog (241956 => 241957)


--- branches/safari-608.1.5.1-branch/Source/WebKit/ChangeLog	2019-02-22 20:20:49 UTC (rev 241956)
+++ branches/safari-608.1.5.1-branch/Source/WebKit/ChangeLog	2019-02-22 20:31:07 UTC (rev 241957)
@@ -1,3 +1,27 @@
+2019-02-19  Kocsen Chung  <[email protected]>
+
+        Cherry-pick r241584. rdar://problem/46793397
+
+    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 <[email protected]> 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  <[email protected]>
+
+            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-19  Alan Coon  <[email protected]>
 
         Cherry-pick r241752. rdar://problem/48055151

Modified: branches/safari-608.1.5.1-branch/Source/WebKit/UIProcess/API/C/WKAuthenticationDecisionListener.cpp (241956 => 241957)


--- branches/safari-608.1.5.1-branch/Source/WebKit/UIProcess/API/C/WKAuthenticationDecisionListener.cpp	2019-02-22 20:20:49 UTC (rev 241956)
+++ branches/safari-608.1.5.1-branch/Source/WebKit/UIProcess/API/C/WKAuthenticationDecisionListener.cpp	2019-02-22 20:31:07 UTC (rev 241957)
@@ -31,6 +31,8 @@
 #include "WKAPICast.h"
 #include "WebCredential.h"
 
+using namespace WebKit;
+
 WKTypeID WKAuthenticationDecisionListenerGetTypeID()
 {
     return WebKit::toAPI(AuthenticationDecisionListener::APIType);

Modified: branches/safari-608.1.5.1-branch/Source/WebKit/UIProcess/API/C/WKPage.cpp (241956 => 241957)


--- branches/safari-608.1.5.1-branch/Source/WebKit/UIProcess/API/C/WKPage.cpp	2019-02-22 20:20:49 UTC (rev 241956)
+++ branches/safari-608.1.5.1-branch/Source/WebKit/UIProcess/API/C/WKPage.cpp	2019-02-22 20:31:07 UTC (rev 241957)
@@ -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"
@@ -136,6 +134,8 @@
     
 } // namespace API
 
+using namespace WebKit;
+
 WKTypeID WKPageGetTypeID()
 {
     return toAPI(WebPageProxy::APIType);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to