Title: [241584] trunk/Source/WebKit
- Revision
- 241584
- Author
- [email protected]
- Date
- 2019-02-15 05:49:48 -0800 (Fri, 15 Feb 2019)
Log Message
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:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (241583 => 241584)
--- trunk/Source/WebKit/ChangeLog 2019-02-15 13:41:45 UTC (rev 241583)
+++ trunk/Source/WebKit/ChangeLog 2019-02-15 13:49:48 UTC (rev 241584)
@@ -1,3 +1,12 @@
+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-14 Brent Fulgham <[email protected]>
REGRESSION (r240446): Storage Access API does not handle domains consistently
Modified: trunk/Source/WebKit/UIProcess/API/C/WKAuthenticationDecisionListener.cpp (241583 => 241584)
--- trunk/Source/WebKit/UIProcess/API/C/WKAuthenticationDecisionListener.cpp 2019-02-15 13:41:45 UTC (rev 241583)
+++ trunk/Source/WebKit/UIProcess/API/C/WKAuthenticationDecisionListener.cpp 2019-02-15 13:49:48 UTC (rev 241584)
@@ -31,6 +31,8 @@
#include "WKAPICast.h"
#include "WebCredential.h"
+using namespace WebKit;
+
WKTypeID WKAuthenticationDecisionListenerGetTypeID()
{
return WebKit::toAPI(AuthenticationDecisionListener::APIType);
Modified: trunk/Source/WebKit/UIProcess/API/C/WKPage.cpp (241583 => 241584)
--- trunk/Source/WebKit/UIProcess/API/C/WKPage.cpp 2019-02-15 13:41:45 UTC (rev 241583)
+++ trunk/Source/WebKit/UIProcess/API/C/WKPage.cpp 2019-02-15 13:49:48 UTC (rev 241584)
@@ -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