WebKit Bugzilla
Attachment 356927 Details for
Bug 192541
: Build failure due to missing include of APIWebsiteDataStore.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for landing
bug-192541-20181209214020.patch (text/plain), 1.34 KB, created by
Adrian Perez
on 2018-12-09 11:40:21 PST
(
hide
)
Description:
Patch for landing
Filename:
MIME Type:
Creator:
Adrian Perez
Created:
2018-12-09 11:40:21 PST
Size:
1.34 KB
patch
obsolete
>Subversion Revision: 239021 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 296fac927ba81f9d2c18a2289b18dcd3a32a2ec2..db43de90c60fb77274785298acd8054e100c2c2f 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,13 @@ >+2018-12-09 Adrian Perez de Castro <aperez@igalia.com> >+ >+ Build failure due to missing include of APIWebsiteDataStore.h >+ https://bugs.webkit.org/show_bug.cgi?id=192541 >+ >+ Reviewed by Youenn Fablet. >+ >+ * UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp: Add missing >+ include of APIWebsiteDataStore.h >+ > 2018-12-09 Wenson Hsieh <wenson_hsieh@apple.com> > > [iOS device] Crash when attempting to call -[_WKAttachment info] for an editable image >diff --git a/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp b/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp >index 32ee94a51b02f9b8e12a12a6320b28a581edc35a..3c09ddd67c4b985d780257735056e951c7c7f35e 100644 >--- a/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp >+++ b/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp >@@ -26,6 +26,8 @@ > #include "config.h" > #include "WebsiteDataStoreConfiguration.h" > >+#include "APIWebsiteDataStore.h" >+ > namespace WebKit { > > WebsiteDataStoreConfiguration::WebsiteDataStoreConfiguration()
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 192541
:
356922
| 356927