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

Unified Diff: Source/WebCore/platform/ThreadGlobalData.cpp

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/ThreadGlobalData.h ('k') | Source/WebCore/testing/Internals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/ThreadGlobalData.cpp
diff --git a/Source/WebCore/platform/ThreadGlobalData.cpp b/Source/WebCore/platform/ThreadGlobalData.cpp
index bc1d65e266235fea0e5d1e60c8c6da193342a38d..5befd05ab92d91ac3511e79ff7fca15319b4cf3f 100644
--- a/Source/WebCore/platform/ThreadGlobalData.cpp
+++ b/Source/WebCore/platform/ThreadGlobalData.cpp
@@ -73,9 +73,7 @@ ThreadGlobalData::ThreadGlobalData()
#if PLATFORM(MAC)
, m_cachedConverterTEC(adoptPtr(new TECConverterWrapper))
#endif
-#if ENABLE(INSPECTOR)
, m_inspectorCounters(adoptPtr(new ThreadLocalInspectorCounters()))
-#endif
{
// This constructor will have been called on the main thread before being called on
// any other thread, and is only called once per thread - this makes this a convenient
@@ -99,9 +97,7 @@ void ThreadGlobalData::destroy()
m_cachedConverterICU.clear();
#endif
-#if ENABLE(INSPECTOR)
m_inspectorCounters.clear();
-#endif
m_eventNames.clear();
m_threadTimers.clear();
« no previous file with comments | « Source/WebCore/platform/ThreadGlobalData.h ('k') | Source/WebCore/testing/Internals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698