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

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

Issue 13497009: Remove ENABLE(FILE_SYSTEM) compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added CodeGeneratorInspector.py change 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
« no previous file with comments | « Source/WebCore/inspector/InstrumentingAgents.h ('k') | Source/WebCore/page/DOMWindow.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
-
« no previous file with comments | « Source/WebCore/inspector/InstrumentingAgents.h ('k') | Source/WebCore/page/DOMWindow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698