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

Unified Diff: Source/WebCore/inspector/InspectorCSSAgent.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/InspectorBaseAgent.cpp ('k') | Source/WebCore/inspector/InspectorCSSAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/inspector/InspectorCSSAgent.h
diff --git a/Source/WebCore/inspector/InspectorCSSAgent.h b/Source/WebCore/inspector/InspectorCSSAgent.h
index 40f8820e2a279ab5e68af90d806446a2be587da2..80b27a13af2e2f83eecc1a4556e34482950089c1 100644
--- a/Source/WebCore/inspector/InspectorCSSAgent.h
+++ b/Source/WebCore/inspector/InspectorCSSAgent.h
@@ -60,7 +60,6 @@ class StyleResolver;
class StyleRule;
class UpdateRegionLayoutTask;
-#if ENABLE(INSPECTOR)
class InspectorCSSAgent
: public InspectorBaseAgent<InspectorCSSAgent>
@@ -192,7 +191,6 @@ private:
OwnPtr<SelectorProfile> m_currentSelectorProfile;
};
-#endif
} // namespace WebCore
« no previous file with comments | « Source/WebCore/inspector/InspectorBaseAgent.cpp ('k') | Source/WebCore/inspector/InspectorCSSAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698