| Index: Source/WebCore/inspector/InspectorFileSystemAgent.cpp
|
| diff --git a/Source/WebCore/inspector/InspectorFileSystemAgent.cpp b/Source/WebCore/inspector/InspectorFileSystemAgent.cpp
|
| index ab715cdcc44ddfff9043847ead923bbef949c5a9..348094d14d64ce67d8d3a25e5cb07a7a3c6f841c 100644
|
| --- a/Source/WebCore/inspector/InspectorFileSystemAgent.cpp
|
| +++ b/Source/WebCore/inspector/InspectorFileSystemAgent.cpp
|
| @@ -30,8 +30,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(FILE_SYSTEM)
|
| -
|
| #include "InspectorFileSystemAgent.h"
|
|
|
| #include "DOMFileSystem.h"
|
| @@ -738,5 +736,3 @@ ScriptExecutionContext* InspectorFileSystemAgent::assertScriptExecutionContextFo
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(FILE_SYSTEM)
|
|
|