Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: third_party/WebKit/Source/platform/heap/BlinkGCInterruptor.cpp

Issue 2694243003: Remove ThreadState::m_isAtSafePoint (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/heap/Heap.h » ('j') | third_party/WebKit/Source/platform/heap/ThreadState.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698