| Index: Source/WebCore/Modules/filesystem/WorkerContextFileSystem.cpp
 | 
| diff --git a/Source/WebCore/Modules/filesystem/WorkerContextFileSystem.cpp b/Source/WebCore/Modules/filesystem/WorkerContextFileSystem.cpp
 | 
| index 6f8e50c416458ae948fbc7b670173349dba7153f..38990f23d8083956d568924b8dfebc2930ccde27 100644
 | 
| --- a/Source/WebCore/Modules/filesystem/WorkerContextFileSystem.cpp
 | 
| +++ b/Source/WebCore/Modules/filesystem/WorkerContextFileSystem.cpp
 | 
| @@ -28,8 +28,6 @@
 | 
|  #include "config.h"
 | 
|  #include "WorkerContextFileSystem.h"
 | 
|  
 | 
| -#if ENABLE(FILE_SYSTEM)
 | 
| -
 | 
|  #include "AsyncFileSystem.h"
 | 
|  #include "DOMFileSystemBase.h"
 | 
|  #include "DOMFileSystemSync.h"
 | 
| @@ -138,5 +136,3 @@ COMPILE_ASSERT(static_cast<int>(WorkerContextFileSystem::TEMPORARY) == static_ca
 | 
|  COMPILE_ASSERT(static_cast<int>(WorkerContextFileSystem::PERSISTENT) == static_cast<int>(FileSystemTypePersistent), enum_mismatch);
 | 
|  
 | 
|  } // namespace WebCore
 | 
| -
 | 
| -#endif // ENABLE(FILE_SYSTEM)
 | 
| 
 |