[Webkit-unassigned] [Bug 149693] New: [EFL][Gtk] Try to fix the build after r190379.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 30 19:47:25 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=149693
Bug ID: 149693
Summary: [EFL][Gtk] Try to fix the build after r190379.
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit EFL
Assignee: webkit-unassigned at lists.webkit.org
Reporter: hs85.jeong at samsung.com
CC: demarchi at webkit.org
https://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2/builds/24658/steps/compile-webkit/logs/stdio
../../Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.h:38:97: error: ‘IDBDatabaseIdentifier’ does not name a type
friend std::unique_ptr<MemoryIDBBackingStore> std::make_unique<MemoryIDBBackingStore>(const IDBDatabaseIdentifier&);
^
../../Source/WTF/wtf/StdLibExtras.h: In instantiation of ‘typename std::_Unique_if<T>::_Single_object std::make_unique(Args&& ...) [with T = WebCore::IDBServer::MemoryIDBBackingStore; Args = {const WebCore::IDBDatabaseIdentifier&}; typename std::_Unique_if<T>::_Single_object = std::unique_ptr<WebCore::IDBServer::MemoryIDBBackingStore>]’:
../../Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.cpp:36:62: required from here
../../Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.cpp:39:1: error: ‘WebCore::IDBServer::MemoryIDBBackingStore::MemoryIDBBackingStore(const WebCore::IDBDatabaseIdentifier&)’ is private
MemoryIDBBackingStore::MemoryIDBBackingStore(const IDBDatabaseIdentifier& identifier)
^
In file included from ../../Source/WTF/wtf/FastMalloc.h:26:0,
from ../../Source/WebCore/config.h:75,
from ../../Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.cpp:26:
../../Source/WTF/wtf/StdLibExtras.h:319:60: error: within this context
return unique_ptr<T>(new T(std::forward<Args>(args)...));
^
^
EFL, Gtk port build failed after r190379.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151001/9620bf3b/attachment-0001.html>
More information about the webkit-unassigned
mailing list