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