| Index: Source/WebCore/Modules/filesystem/EntrySync.cpp
|
| diff --git a/Source/WebCore/Modules/filesystem/EntrySync.cpp b/Source/WebCore/Modules/filesystem/EntrySync.cpp
|
| index 299aeda36c7395538aa75fbfe68f709eeecb7e82..63b95a3dc4653105ebd3abeca9912b3617bb37c7 100644
|
| --- a/Source/WebCore/Modules/filesystem/EntrySync.cpp
|
| +++ b/Source/WebCore/Modules/filesystem/EntrySync.cpp
|
| @@ -31,8 +31,6 @@
|
| #include "config.h"
|
| #include "EntrySync.h"
|
|
|
| -#if ENABLE(FILE_SYSTEM)
|
| -
|
| #include "DOMFilePath.h"
|
| #include "DOMFileSystemSync.h"
|
| #include "DirectoryEntry.h"
|
| @@ -108,5 +106,3 @@ EntrySync::EntrySync(PassRefPtr<DOMFileSystemBase> fileSystem, const String& ful
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(FILE_SYSTEM)
|
|
|