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

Unified Diff: Source/WebCore/inspector/InspectorInputAgent.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/InspectorInputAgent.h
diff --git a/Source/WebCore/inspector/InspectorInputAgent.h b/Source/WebCore/inspector/InspectorInputAgent.h
index 326be763042366e0d6158cc802025807718bc316..2bddd5742fa9582ec6018ab6273299b2b057f475 100644
--- a/Source/WebCore/inspector/InspectorInputAgent.h
+++ b/Source/WebCore/inspector/InspectorInputAgent.h
@@ -31,7 +31,6 @@
#ifndef InspectorInputAgent_h
#define InspectorInputAgent_h
-#if ENABLE(INSPECTOR)
#include "InspectorBaseAgent.h"
@@ -65,7 +64,6 @@ private:
Page* m_page;
};
-#endif // ENABLE(INSPECTOR)
} // namespace WebCore
« no previous file with comments | « Source/WebCore/inspector/InspectorIndexedDBAgent.cpp ('k') | Source/WebCore/inspector/InspectorInputAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698