| Index: Source/WebCore/bindings/v8/custom/V8EntrySyncCustom.cpp
 | 
| diff --git a/Source/WebCore/bindings/v8/custom/V8EntrySyncCustom.cpp b/Source/WebCore/bindings/v8/custom/V8EntrySyncCustom.cpp
 | 
| index 96728d0922e9c4fed6e9b894b15de393038eeaa4..9d46fe6f337905a9b66b0ddfcd11ba90d8624026 100644
 | 
| --- a/Source/WebCore/bindings/v8/custom/V8EntrySyncCustom.cpp
 | 
| +++ b/Source/WebCore/bindings/v8/custom/V8EntrySyncCustom.cpp
 | 
| @@ -31,8 +31,6 @@
 | 
|  #include "config.h"
 | 
|  #include "EntrySync.h"
 | 
|  
 | 
| -#if ENABLE(FILE_SYSTEM)
 | 
| -
 | 
|  #include "BindingState.h"
 | 
|  #include "V8Attr.h"
 | 
|  #include "V8Binding.h"
 | 
| @@ -54,5 +52,3 @@ v8::Handle<v8::Object> wrap(EntrySync* impl, v8::Handle<v8::Object> creationCont
 | 
|  }
 | 
|  
 | 
|  } // namespace WebCore
 | 
| -
 | 
| -#endif // ENABLE(FILE_SYSTEM)
 | 
| 
 |