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

Unified Diff: Source/WebCore/inspector/InspectorDatabaseAgent.h

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/InspectorDatabaseAgent.h
diff --git a/Source/WebCore/inspector/InspectorDatabaseAgent.h b/Source/WebCore/inspector/InspectorDatabaseAgent.h
index c24a8309fbd46187541fd21f8f1e3f6f2fb13f5b..b55d7f3be5c375fd3cf9b30dde264d4b266c9982 100644
--- a/Source/WebCore/inspector/InspectorDatabaseAgent.h
+++ b/Source/WebCore/inspector/InspectorDatabaseAgent.h
@@ -29,7 +29,7 @@
#ifndef InspectorDatabaseAgent_h
#define InspectorDatabaseAgent_h
-#if ENABLE(INSPECTOR) && ENABLE(SQL_DATABASE)
+#if ENABLE(SQL_DATABASE)
#include "InspectorBaseAgent.h"
#include "InspectorFrontend.h"
@@ -86,6 +86,6 @@ private:
} // namespace WebCore
-#endif // ENABLE(INSPECTOR) && ENABLE(SQL_DATABASE)
+#endif // ENABLE(SQL_DATABASE)
#endif // !defined(InspectorDatabaseAgent_h)
« no previous file with comments | « Source/WebCore/inspector/InspectorDOMStorageAgent.cpp ('k') | Source/WebCore/inspector/InspectorDatabaseAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698