Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: Source/WebCore/inspector/InstrumentingAgents.cpp

Issue 13774005: Remove the ENABLE_SQL_DATABASE compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: python Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « Source/WebCore/inspector/InstrumentingAgents.h ('k') | Source/WebCore/inspector/WorkerInspectorController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698