Bug 112234
Summary: | [Gtk] Build fix when turn on the ENABLE_FILE_SYSTEM | ||
---|---|---|---|
Product: | WebKit | Reporter: | Changwan Hong <cwhong893> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Changwan Hong
When I build with --file-system, build failed with below.
../../Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp: In static member function `static WTF::PassOwnPtr<WebCore::AsyncFileSystem> WebCore::AsyncFileSystem::create()':
../../Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:40:44: error: cannot allocate an object of abstract type `WebCore::AsyncFileSystemGtk'
In file included from ../../Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:24:0:
../../Source/WebCore/platform/gtk/AsyncFileSystemGtk.h:32:7: note: because the following virtual functions are pure within `WebCore::AsyncFileSystemGtk':
In file included from ../../Source/WebCore/platform/gtk/AsyncFileSystemGtk.h:25:0,
from ../../Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:24:
../../Source/WebCore/platform/AsyncFileSystem.h:135:18: note: virtual void WebCore::AsyncFileSystem::createSnapshotFileAndReadMetadata(const WebCore::KURL&, WTF::PassOwnPtr<WebCore::AsyncFileSystemCallbacks>)
../../Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:41:1: warning: control reaches end of non-void function [-Wreturn-type]
CXX Tools/WebKitTestRunner/InjectedBundle/gtk/Libraries_libTestRunnerInjectedBundle_la-ActivateFontsGtk.lo
make[1]: *** [Source/WebCore/platform/gtk/libWebCoreGtk2_la-AsyncFileSystemGtk.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
../../Source/WebKit2/UIProcess/API/gtk/tests/WebExtensionTest.cpp:62:1: warning: missing initializer for member `_GDBusInterfaceVTable::padding' [-Wmissing-field-initializers]
make[1]: *** wait: No child processes. Stop.
make: *** [all] Error 2
Failed to build WebKit using 'make'!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |