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

Unified Diff: Source/WebCore/inspector/InspectorRuntimeAgent.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/InspectorRuntimeAgent.h
diff --git a/Source/WebCore/inspector/InspectorRuntimeAgent.h b/Source/WebCore/inspector/InspectorRuntimeAgent.h
index c3cf282a03dca2d6b2e3b13b9ab3b2eca47a45b7..638a432914ad3ddf4f0891de51124346f5523ad2 100644
--- a/Source/WebCore/inspector/InspectorRuntimeAgent.h
+++ b/Source/WebCore/inspector/InspectorRuntimeAgent.h
@@ -31,7 +31,6 @@
#ifndef InspectorRuntimeAgent_h
#define InspectorRuntimeAgent_h
-#if ENABLE(INSPECTOR)
#include "InspectorBaseAgent.h"
#include "ScriptState.h"
@@ -85,9 +84,7 @@ public:
virtual void releaseObjectGroup(ErrorString*, const String& objectGroup);
virtual void run(ErrorString*);
-#if ENABLE(JAVASCRIPT_DEBUGGER)
void setScriptDebugServer(ScriptDebugServer*);
-#endif
protected:
InspectorRuntimeAgent(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*);
@@ -101,12 +98,9 @@ protected:
private:
InjectedScriptManager* m_injectedScriptManager;
-#if ENABLE(JAVASCRIPT_DEBUGGER)
ScriptDebugServer* m_scriptDebugServer;
-#endif
};
} // namespace WebCore
-#endif // ENABLE(INSPECTOR)
#endif // InspectorRuntimeAgent_h
« no previous file with comments | « Source/WebCore/inspector/InspectorResourceAgent.cpp ('k') | Source/WebCore/inspector/InspectorRuntimeAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698