| Index: Source/WebCore/Modules/filesystem/FileSystemType.h
|
| diff --git a/Source/WebCore/Modules/filesystem/FileSystemType.h b/Source/WebCore/Modules/filesystem/FileSystemType.h
|
| index d9505111d40af3e1abbcbe31166401714e96265f..d42e0692ba27728798c3aae609c4156e4d3a8324 100644
|
| --- a/Source/WebCore/Modules/filesystem/FileSystemType.h
|
| +++ b/Source/WebCore/Modules/filesystem/FileSystemType.h
|
| @@ -31,8 +31,6 @@
|
| #ifndef FileSystemType_h
|
| #define FileSystemType_h
|
|
|
| -#if ENABLE(FILE_SYSTEM)
|
| -
|
| namespace WebCore {
|
|
|
| // For file system types used in FileSystem API.
|
| @@ -56,6 +54,4 @@ enum FileSystemSynchronousType {
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(FILE_SYSTEM)
|
| -
|
| #endif // FileSystemType_h
|
|
|