| Index: Source/WebCore/inspector/InstrumentingAgents.cpp
|
| diff --git a/Source/WebCore/inspector/InstrumentingAgents.cpp b/Source/WebCore/inspector/InstrumentingAgents.cpp
|
| index c5765759871c7388bc6e2dd7de49d7b2bd927715..1f52a9ab38d35d727f79495c583067ab08a1aad3 100644
|
| --- a/Source/WebCore/inspector/InstrumentingAgents.cpp
|
| +++ b/Source/WebCore/inspector/InstrumentingAgents.cpp
|
| @@ -53,9 +53,7 @@ InstrumentingAgents::InstrumentingAgents()
|
| , m_workerRuntimeAgent(0)
|
| , m_inspectorTimelineAgent(0)
|
| , m_inspectorDOMStorageAgent(0)
|
| -#if ENABLE(SQL_DATABASE)
|
| , m_inspectorDatabaseAgent(0)
|
| -#endif
|
| #if ENABLE(FILE_SYSTEM)
|
| , m_inspectorFileSystemAgent(0)
|
| #endif
|
| @@ -86,9 +84,7 @@ void InstrumentingAgents::reset()
|
| m_workerRuntimeAgent = 0;
|
| m_inspectorTimelineAgent = 0;
|
| m_inspectorDOMStorageAgent = 0;
|
| -#if ENABLE(SQL_DATABASE)
|
| m_inspectorDatabaseAgent = 0;
|
| -#endif
|
| #if ENABLE(FILE_SYSTEM)
|
| m_inspectorFileSystemAgent = 0;
|
| #endif
|
|
|