| 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..0409eaaa3eab19970fbd29f120ae43b0771da39b 100644
|
| --- a/third_party/WebKit/Source/platform/heap/BlinkGCInterruptor.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/BlinkGCInterruptor.cpp
|
| @@ -12,7 +12,6 @@ namespace blink {
|
| void BlinkGCInterruptor::onInterrupted() {
|
| ThreadState* state = ThreadState::current();
|
| ASSERT(state);
|
| - ASSERT(!state->isAtSafePoint());
|
| state->safePoint(BlinkGC::HeapPointersOnStack);
|
| }
|
|
|
|
|