Bug 94413 - AsyncFileSystemCallbacks.h is missing in webkit tarball
Summary: AsyncFileSystemCallbacks.h is missing in webkit tarball
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-18 00:29 PDT by Jeremy Huddleston Sequoia
Modified: 2013-02-21 09:52 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Huddleston Sequoia 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"
Comment 1 Jeremy Huddleston Sequoia 2012-10-28 13:41:33 PDT
This is still the case in 1.10.1

We must build with --disable-file-system
Comment 2 Martin Robinson 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. :)