RESOLVED FIXED 94413
AsyncFileSystemCallbacks.h is missing in webkit tarball
https://bugs.webkit.org/show_bug.cgi?id=94413
Summary AsyncFileSystemCallbacks.h is missing in webkit tarball
Jeremy Huddleston Sequoia
Reported 2012-08-18 00:29:12 PDT
AsyncFileSystemCallbacks.h is not included in the 1.8.2 tarball. compilation fails at: Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:26:38: error: AsyncFileSystemCallbacks.h: No such file or directory --- ~/src/macports/dports/www/webkit-gtk/work/webkit-1.8.2 $ find . -name AsyncFileSystemCallbacks.h ~/src/macports/dports/www/webkit-gtk/work/webkit-1.8.2 $ grep -R AsyncFileSystemCallbacks.h . ./Source/WebCore/fileapi/FileSystemCallbacks.h:#include "AsyncFileSystemCallbacks.h" ./Source/WebCore/platform/AsyncFileSystem.cpp:#include "AsyncFileSystemCallbacks.h" ./Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:#include "AsyncFileSystemCallbacks.h"
Attachments
Jeremy Huddleston Sequoia
Comment 1 2012-10-28 13:41:33 PDT
This is still the case in 1.10.1 We must build with --disable-file-system
Martin Robinson
Comment 2 2013-02-21 09:52:03 PST
This was fixed in http://trac.webkit.org/changeset/143618 Please don't ship with the filesystem API turned on. It's not complete. :)
Note You need to log in before you can comment on or make changes to this bug.