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

Unified Diff: Source/WebCore/inspector/InspectorFileSystemAgent.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
Index: Source/WebCore/inspector/InspectorFileSystemAgent.cpp
diff --git a/Source/WebCore/inspector/InspectorFileSystemAgent.cpp b/Source/WebCore/inspector/InspectorFileSystemAgent.cpp
index ab715cdcc44ddfff9043847ead923bbef949c5a9..348094d14d64ce67d8d3a25e5cb07a7a3c6f841c 100644
--- a/Source/WebCore/inspector/InspectorFileSystemAgent.cpp
+++ b/Source/WebCore/inspector/InspectorFileSystemAgent.cpp
@@ -30,8 +30,6 @@
#include "config.h"
-#if ENABLE(FILE_SYSTEM)
-
#include "InspectorFileSystemAgent.h"
#include "DOMFileSystem.h"
@@ -738,5 +736,3 @@ ScriptExecutionContext* InspectorFileSystemAgent::assertScriptExecutionContextFo
}
} // namespace WebCore
-
-#endif // ENABLE(FILE_SYSTEM)
« no previous file with comments | « Source/WebCore/inspector/InspectorFileSystemAgent.h ('k') | Source/WebCore/inspector/InspectorFrontendHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698