| Index: Source/WebCore/inspector/InstrumentingAgents.cpp
|
| diff --git a/Source/WebCore/inspector/InstrumentingAgents.cpp b/Source/WebCore/inspector/InstrumentingAgents.cpp
|
| index c5765759871c7388bc6e2dd7de49d7b2bd927715..c53deb2f03a43622b9c898c1db06990b580b29b0 100644
|
| --- a/Source/WebCore/inspector/InstrumentingAgents.cpp
|
| +++ b/Source/WebCore/inspector/InstrumentingAgents.cpp
|
| @@ -56,9 +56,7 @@ InstrumentingAgents::InstrumentingAgents()
|
| #if ENABLE(SQL_DATABASE)
|
| , m_inspectorDatabaseAgent(0)
|
| #endif
|
| -#if ENABLE(FILE_SYSTEM)
|
| , m_inspectorFileSystemAgent(0)
|
| -#endif
|
| , m_inspectorApplicationCacheAgent(0)
|
| , m_inspectorDebuggerAgent(0)
|
| , m_pageDebuggerAgent(0)
|
| @@ -89,9 +87,7 @@ void InstrumentingAgents::reset()
|
| #if ENABLE(SQL_DATABASE)
|
| m_inspectorDatabaseAgent = 0;
|
| #endif
|
| -#if ENABLE(FILE_SYSTEM)
|
| m_inspectorFileSystemAgent = 0;
|
| -#endif
|
| m_inspectorApplicationCacheAgent = 0;
|
| m_inspectorDebuggerAgent = 0;
|
| m_pageDebuggerAgent = 0;
|
| @@ -121,4 +117,3 @@ InstrumentingAgents* instrumentationForWorkerContext(WorkerContext* workerContex
|
| #endif
|
|
|
| } // namespace WebCore
|
| -
|
|
|