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

Unified Diff: Source/WebCore/platform/ThreadGlobalData.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/platform/ContextMenuItem.h ('k') | Source/WebCore/platform/ThreadGlobalData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/ThreadGlobalData.h
diff --git a/Source/WebCore/platform/ThreadGlobalData.h b/Source/WebCore/platform/ThreadGlobalData.h
index d9ae646f55a45fc5ae35fe660037ebc5b6fbbf17..08161f998a237b5781eeee5d0ab44ef1a222e96b 100644
--- a/Source/WebCore/platform/ThreadGlobalData.h
+++ b/Source/WebCore/platform/ThreadGlobalData.h
@@ -70,9 +70,7 @@ namespace WebCore {
TECConverterWrapper& cachedConverterTEC() { return *m_cachedConverterTEC; }
#endif
-#if ENABLE(INSPECTOR)
ThreadLocalInspectorCounters& inspectorCounters() { return *m_inspectorCounters; }
-#endif
private:
OwnPtr<CachedResourceRequestInitiators> m_cachedResourceRequestInitiators;
@@ -92,9 +90,7 @@ namespace WebCore {
OwnPtr<TECConverterWrapper> m_cachedConverterTEC;
#endif
-#if ENABLE(INSPECTOR)
OwnPtr<ThreadLocalInspectorCounters> m_inspectorCounters;
-#endif
#if ENABLE(WORKERS)
static ThreadSpecific<ThreadGlobalData>* staticData;
« no previous file with comments | « Source/WebCore/platform/ContextMenuItem.h ('k') | Source/WebCore/platform/ThreadGlobalData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698