Chromium Code Reviews| Index: Source/platform/heap/ThreadState.cpp |
| diff --git a/Source/platform/heap/ThreadState.cpp b/Source/platform/heap/ThreadState.cpp |
| index 1d11b80cbbdc3f6db9e3e76c390fb81948114d56..1b783394a3d3871f1d76e5552d3e8cf74d2b0e84 100644 |
| --- a/Source/platform/heap/ThreadState.cpp |
| +++ b/Source/platform/heap/ThreadState.cpp |
| @@ -249,7 +249,6 @@ ThreadState::ThreadState() |
| { |
| ASSERT(!**s_threadSpecific); |
| **s_threadSpecific = this; |
| - |
|
tkent
2014/04/24 04:02:40
This change is unnecessary.
keishi
2014/05/06 20:00:03
Done.
|
| m_stats.clear(); |
| m_statsAfterLastGC.clear(); |
| // First allocate the general heap, second iterate through to |
| @@ -337,7 +336,6 @@ void ThreadState::detach() |
| { |
| ThreadState* state = current(); |
| state->cleanup(); |
| - |
|
tkent
2014/04/24 04:02:40
This change is unnecessary.
keishi
2014/05/06 20:00:03
Done.
|
| // Enter safe point before trying to acquire threadAttachMutex |
| // to avoid dead lock if another thread is preparing for GC, has acquired |
| // threadAttachMutex and waiting for other threads to pause or reach a |