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/PageRuntimeAgent.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
« no previous file with comments | « Source/WebCore/inspector/PageDebuggerAgent.cpp ('k') | Source/WebCore/inspector/PageRuntimeAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/inspector/PageRuntimeAgent.h
diff --git a/Source/WebCore/inspector/PageRuntimeAgent.h b/Source/WebCore/inspector/PageRuntimeAgent.h
index 49b39e2235af832b34183ef81faefa9ebea0be79..0d468712ce5176dec7b1ff3d602877f2d2f21594 100644
--- a/Source/WebCore/inspector/PageRuntimeAgent.h
+++ b/Source/WebCore/inspector/PageRuntimeAgent.h
@@ -31,7 +31,6 @@
#ifndef PageRuntimeAgent_h
#define PageRuntimeAgent_h
-#if ENABLE(INSPECTOR)
#include "InspectorFrontend.h"
#include "InspectorRuntimeAgent.h"
@@ -77,6 +76,5 @@ private:
} // namespace WebCore
-#endif // ENABLE(INSPECTOR)
#endif // !defined(InspectorPagerAgent_h)
« no previous file with comments | « Source/WebCore/inspector/PageDebuggerAgent.cpp ('k') | Source/WebCore/inspector/PageRuntimeAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698