| Index: third_party/WebKit/Source/platform/heap/BlinkGCInterruptor.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/BlinkGCInterruptor.cpp b/third_party/WebKit/Source/platform/heap/BlinkGCInterruptor.cpp
|
| index 1593d586ee432843735be9aa89c0479736f25f78..16ca4ee8dc4eca97953f6de1d559a6d90ccaaa38 100644
|
| --- a/third_party/WebKit/Source/platform/heap/BlinkGCInterruptor.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/BlinkGCInterruptor.cpp
|
| @@ -11,8 +11,8 @@ namespace blink {
|
|
|
| void BlinkGCInterruptor::onInterrupted() {
|
| ThreadState* state = ThreadState::current();
|
| - ASSERT(state);
|
| - ASSERT(!state->isAtSafePoint());
|
| + DCHECK(state);
|
| + DCHECK(!state->isAtSafePoint());
|
| state->safePoint(BlinkGC::HeapPointersOnStack);
|
| }
|
|
|
|
|