WebKit Bugzilla
Attachment 356922 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
bug-192541-20181209182121.patch (text/plain), 1.35 KB, created by
Adrian Perez
on 2018-12-09 08:21:22 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Adrian Perez
Created:
2018-12-09 08:21:22 PST
Size:
1.35 KB
patch
obsolete
>Subversion Revision: 239019 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 296fac927ba81f9d2c18a2289b18dcd3a32a2ec2..da9d1cc8f81bc0a7a2b491a04adf5af4a13f8491 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 NOBODY (OOPS!). >+ >+ * 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..3c4e0644eff76454898568173bb8023d8bb984ec 100644 >--- a/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp >+++ b/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp >@@ -24,8 +24,11 @@ > */ > > #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