| Index: Source/WebCore/platform/SchemeRegistry.cpp
 | 
| diff --git a/Source/WebCore/platform/SchemeRegistry.cpp b/Source/WebCore/platform/SchemeRegistry.cpp
 | 
| index 28aeadc9473afd30b3f7a0c02b908e47bedbf7b4..5477fd74e29f10e3b35d847a365320fc08395ada 100644
 | 
| --- a/Source/WebCore/platform/SchemeRegistry.cpp
 | 
| +++ b/Source/WebCore/platform/SchemeRegistry.cpp
 | 
| @@ -100,9 +100,7 @@ static URLSchemesMap& canDisplayOnlyIfCanRequestSchemes()
 | 
|  #if ENABLE(BLOB)
 | 
|      if (canDisplayOnlyIfCanRequestSchemes.isEmpty()) {
 | 
|          canDisplayOnlyIfCanRequestSchemes.add("blob");
 | 
| -#if ENABLE(FILE_SYSTEM)
 | 
|          canDisplayOnlyIfCanRequestSchemes.add("filesystem");
 | 
| -#endif
 | 
|      }
 | 
|  #endif // ENABLE(BLOB)
 | 
|  
 | 
| 
 |