| 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 00a5d0ef3cb3cc887e8c56ce79292291e1837fee..d9cf18fc6c2df33ef752494f5c274cc5c43534a2 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| @@ -1242,7 +1242,7 @@ void ThreadState::prepareForThreadStateTermination() {
|
| m_arenas[i]->prepareHeapForTermination();
|
| }
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| BasePage* ThreadState::findPageFromAddress(Address address) {
|
| for (int i = 0; i < BlinkGC::NumberOfArenas; ++i) {
|
| if (BasePage* page = m_arenas[i]->findPageFromAddress(address))
|
|
|