| Index: Source/WebCore/platform/AsyncFileSystem.cpp
|
| diff --git a/Source/WebCore/platform/AsyncFileSystem.cpp b/Source/WebCore/platform/AsyncFileSystem.cpp
|
| index 56bc71c749186378bce4b13242aae81df6dab9ef..49a54d9a18dce428873f4e173b64bde53f6bfd28 100644
|
| --- a/Source/WebCore/platform/AsyncFileSystem.cpp
|
| +++ b/Source/WebCore/platform/AsyncFileSystem.cpp
|
| @@ -31,8 +31,6 @@
|
| #include "config.h"
|
| #include "AsyncFileSystem.h"
|
|
|
| -#if ENABLE(FILE_SYSTEM)
|
| -
|
| #include "AsyncFileSystemCallbacks.h"
|
| #include "ExceptionCode.h"
|
| #include "NotImplemented.h"
|
| @@ -60,5 +58,3 @@ void AsyncFileSystem::deleteFileSystem(const String& basePath, const String& sto
|
| #endif
|
|
|
| } // namespace
|
| -
|
| -#endif // ENABLE(FILE_SYSTEM)
|
|
|