[Webkit-unassigned] [Bug 192541] New: Build failure due to missing include of APIWebsiteDataStore.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 9 08:10:20 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=192541

            Bug ID: 192541
           Summary: Build failure due to missing include of
                    APIWebsiteDataStore.h
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

Found this while making a WPE build with -DCMAKE_BUILD_TYPE=Debug
and it looks like a missing #include which went unnoticed due to
the usage of unified sources.

We really should have a way of disabling unified sources and have
at least one EWS do builds with them disabled to catch this kind
of issues ~_~

---

In file included from DerivedSources/WebKit/unified-sources/UnifiedSource47.cpp:1:
../Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp: In constructor  WebKit::WebsiteDataStoreConfiguration::WebsiteDataStoreConfiguration()’:
../Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.cpp:33:46: error: ‘API::WebsiteDataStore’ has not been declared
     : m_resourceLoadStatisticsDirectory(API::WebsiteDataStore::defaultResourceLoadStatisticsDirectory())
                                              ^~~~~~~~~~~~~~~~

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181209/9c583b3a/attachment.html>


More information about the webkit-unassigned mailing list