| 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();
|
|
|