Index: Source/core/platform/ThreadGlobalData.h |
diff --git a/Source/core/platform/ThreadGlobalData.h b/Source/core/platform/ThreadGlobalData.h |
index 71267dd48eca9d52c3bcfb3e02d948471cf82225..1d17a042a664b523f91cb9edd2f0cc3b409f9cd6 100644 |
--- a/Source/core/platform/ThreadGlobalData.h |
+++ b/Source/core/platform/ThreadGlobalData.h |
@@ -38,7 +38,6 @@ |
namespace WebCore { |
- class ThreadLocalEventNames; |
class ThreadLocalInspectorCounters; |
class ThreadTimers; |
@@ -52,11 +51,9 @@ namespace WebCore { |
void destroy(); // called on workers to clean up the ThreadGlobalData before the thread exits. |
- ThreadLocalEventNames& eventNames() { return *m_eventNames; } |
ThreadLocalInspectorCounters& inspectorCounters() { return *m_inspectorCounters; } |
private: |
- OwnPtr<ThreadLocalEventNames> m_eventNames; |
OwnPtr<ThreadLocalInspectorCounters> m_inspectorCounters; |
static ThreadSpecific<ThreadGlobalData>* staticData; |