WebKit Bugzilla
Attachment 362104 Details for
Bug 194695
: [GTK] Build is broken since r241556
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
wk-build.diff (text/plain), 1.86 KB, created by
Carlos Garcia Campos
on 2019-02-15 01:12:07 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Carlos Garcia Campos
Created:
2019-02-15 01:12:07 PST
Size:
1.86 KB
patch
obsolete
>diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index d38bec59cb0..52c51900636 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-15 Carlos Garcia Campos <cgarcia@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-14 Brent Fulgham <bfulgham@apple.com> > > REGRESSION (r240446): Storage Access API does not handle domains consistently >diff --git a/Source/WebKit/UIProcess/API/C/WKAuthenticationDecisionListener.cpp b/Source/WebKit/UIProcess/API/C/WKAuthenticationDecisionListener.cpp >index a379b32835f..b446bc9f1d1 100644 >--- a/Source/WebKit/UIProcess/API/C/WKAuthenticationDecisionListener.cpp >+++ b/Source/WebKit/UIProcess/API/C/WKAuthenticationDecisionListener.cpp >@@ -31,6 +31,8 @@ > #include "WKAPICast.h" > #include "WebCredential.h" > >+using namespace WebKit; >+ > WKTypeID WKAuthenticationDecisionListenerGetTypeID() > { > return WebKit::toAPI(AuthenticationDecisionListener::APIType); >diff --git a/Source/WebKit/UIProcess/API/C/WKPage.cpp b/Source/WebKit/UIProcess/API/C/WKPage.cpp >index adfc81570bc..a416766e2b3 100644 >--- a/Source/WebKit/UIProcess/API/C/WKPage.cpp >+++ b/Source/WebKit/UIProcess/API/C/WKPage.cpp >@@ -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 @@ template<> struct ClientTraits<WKPageFindMatchesClientBase> { > > } // namespace API > >+using namespace WebKit; >+ > WKTypeID WKPageGetTypeID() > { > return toAPI(WebPageProxy::APIType);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194695
: 362104