| Index: Source/WebCore/inspector/InspectorFrontendHost.h
 | 
| diff --git a/Source/WebCore/inspector/InspectorFrontendHost.h b/Source/WebCore/inspector/InspectorFrontendHost.h
 | 
| index 803689da6aefea3416fb36ba74b181f8866ffc04..44b2a15e389b74951b126b33e331d6eee7f1772c 100644
 | 
| --- a/Source/WebCore/inspector/InspectorFrontendHost.h
 | 
| +++ b/Source/WebCore/inspector/InspectorFrontendHost.h
 | 
| @@ -88,9 +88,7 @@ public:
 | 
|      void requestFileSystems();
 | 
|      void addFileSystem();
 | 
|      void removeFileSystem(const String& fileSystemPath);
 | 
| -#if ENABLE(FILE_SYSTEM)
 | 
|      PassRefPtr<DOMFileSystem> isolatedFileSystem(const String& fileSystemName, const String& rootURL);
 | 
| -#endif
 | 
|  
 | 
|      bool isUnderTest();
 | 
|  
 | 
| 
 |