| Index: third_party/WebKit/Source/platform/heap/SafePoint.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/SafePoint.h b/third_party/WebKit/Source/platform/heap/SafePoint.h
|
| index 4fe8a901e77c70f38e4a3c5dd0a313ec86330c90..79930e731bacb9e57109d73dff28659171abbe4b 100644
|
| --- a/third_party/WebKit/Source/platform/heap/SafePoint.h
|
| +++ b/third_party/WebKit/Source/platform/heap/SafePoint.h
|
| @@ -19,7 +19,6 @@ class SafePointScope final {
|
| ThreadState* state = ThreadState::current())
|
| : m_state(state) {
|
| if (m_state) {
|
| - RELEASE_ASSERT(!m_state->isAtSafePoint());
|
| m_state->enterSafePoint(stackState, this);
|
| }
|
| }
|
|
|