| Index: Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
 | 
| diff --git a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
 | 
| index d1309458a89a3078134a44508975b77eb23affce..0cdbea181579beb11d00558f52664ac6753717ca 100644
 | 
| --- a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
 | 
| +++ b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
 | 
| @@ -178,10 +178,8 @@ public:
 | 
|      static bool webkitSpeechGrammarListEnabled() { return isScriptedSpeechEnabled; }
 | 
|  #endif
 | 
|  
 | 
| -#if ENABLE(FILE_SYSTEM)
 | 
|      static bool fileSystemEnabled();
 | 
|      static void setFileSystemEnabled(bool isEnabled) { isFileSystemEnabled = isEnabled; }
 | 
| -#endif
 | 
|  
 | 
|  #if ENABLE(JAVASCRIPT_I18N_API)
 | 
|      static bool javaScriptI18NAPIEnabled();
 | 
| @@ -312,9 +310,7 @@ private:
 | 
|  #if ENABLE(SCRIPTED_SPEECH)
 | 
|      static bool isScriptedSpeechEnabled;
 | 
|  #endif
 | 
| -#if ENABLE(FILE_SYSTEM)
 | 
|      static bool isFileSystemEnabled;
 | 
| -#endif
 | 
|  
 | 
|  #if ENABLE(JAVASCRIPT_I18N_API)
 | 
|      static bool isJavaScriptI18NAPIEnabled;
 | 
| 
 |