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

Unified Diff: Source/WebCore/inspector/InspectorHistory.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/InspectorHistory.h
diff --git a/Source/WebCore/inspector/InspectorHistory.h b/Source/WebCore/inspector/InspectorHistory.h
index cb72a4a2a2bf4890a15dd2aecdce2b55968ea4a5..852bfde128441d7c746ccd0cb89bc8370169806e 100644
--- a/Source/WebCore/inspector/InspectorHistory.h
+++ b/Source/WebCore/inspector/InspectorHistory.h
@@ -43,7 +43,6 @@ class ContainerNode;
class Element;
class Node;
-#if ENABLE(INSPECTOR)
class InspectorHistory {
WTF_MAKE_NONCOPYABLE(InspectorHistory); WTF_MAKE_FAST_ALLOCATED;
@@ -83,7 +82,6 @@ private:
size_t m_afterLastActionIndex;
};
-#endif // ENABLE(INSPECTOR)
} // namespace WebCore
« no previous file with comments | « Source/WebCore/inspector/InspectorHeapProfilerAgent.cpp ('k') | Source/WebCore/inspector/InspectorHistory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698