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

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

Issue 13646003: DevTools: Remove ENABLE(INSPECTOR) and ENABLE(JAVASCRIPT_DEBUGGER) from the code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed 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/InspectorFileSystemAgent.cpp
diff --git a/Source/WebCore/inspector/InspectorFileSystemAgent.cpp b/Source/WebCore/inspector/InspectorFileSystemAgent.cpp
index 9b8077df1c6841e92af810d71c3b32ba611fcc3b..ab715cdcc44ddfff9043847ead923bbef949c5a9 100644
--- a/Source/WebCore/inspector/InspectorFileSystemAgent.cpp
+++ b/Source/WebCore/inspector/InspectorFileSystemAgent.cpp
@@ -30,7 +30,7 @@
#include "config.h"
-#if ENABLE(INSPECTOR) && ENABLE(FILE_SYSTEM)
+#if ENABLE(FILE_SYSTEM)
#include "InspectorFileSystemAgent.h"
@@ -739,4 +739,4 @@ ScriptExecutionContext* InspectorFileSystemAgent::assertScriptExecutionContextFo
} // namespace WebCore
-#endif // ENABLE(INSPECTOR) && ENABLE(FILE_SYSTEM)
+#endif // ENABLE(FILE_SYSTEM)
« no previous file with comments | « Source/WebCore/inspector/InspectorFileSystemAgent.h ('k') | Source/WebCore/inspector/InspectorFrontendClientLocal.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698