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

Unified Diff: third_party/WebKit/Source/platform/heap/SafePoint.h

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/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);
}
}

Powered by Google App Engine
This is Rietveld 408576698