Index: third_party/WebKit/Source/platform/heap/ThreadState.cpp |
diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.cpp b/third_party/WebKit/Source/platform/heap/ThreadState.cpp |
index f11c93be01d7ae46318b0a448654beddbc2b995f..f000535905c4b0954819a32dce87a29e45fce3af 100644 |
--- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp |
+++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp |
@@ -111,9 +111,6 @@ ThreadState::ThreadState(bool perThreadHeapEnabled) |
ASSERT(!**s_threadSpecific); |
**s_threadSpecific = this; |
- // TODO(keishi) Remove when per thread heap is ready. |
- CHECK(!m_perThreadHeapEnabled); |
- |
if (m_perThreadHeapEnabled) { |
m_heap = new ThreadHeap(); |
} else if (isMainThread()) { |