| Index: Source/WebCore/Modules/filesystem/EntryArraySync.cpp
|
| diff --git a/Source/WebCore/Modules/filesystem/EntryArraySync.cpp b/Source/WebCore/Modules/filesystem/EntryArraySync.cpp
|
| index 1e2fa915121d12b87f55e55ebb99ee198e250be7..180d3cf4b438120863ef8b27aeab2d2971ea53cd 100644
|
| --- a/Source/WebCore/Modules/filesystem/EntryArraySync.cpp
|
| +++ b/Source/WebCore/Modules/filesystem/EntryArraySync.cpp
|
| @@ -31,8 +31,6 @@
|
| #include "config.h"
|
| #include "EntryArraySync.h"
|
|
|
| -#if ENABLE(FILE_SYSTEM)
|
| -
|
| #include "EntryArray.h"
|
|
|
| namespace WebCore {
|
| @@ -59,5 +57,3 @@ EntrySync* EntryArraySync::item(unsigned index) const
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(FILE_SYSTEM)
|
|
|