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

Unified Diff: Source/heap/tests/HeapTest.cpp

Issue 100433005: [oilpan] Rename PauseScope to SafePointScope (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years 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
« no previous file with comments | « Source/heap/ThreadState.cpp ('k') | Source/modules/webdatabase/DatabaseThread.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/heap/tests/HeapTest.cpp
diff --git a/Source/heap/tests/HeapTest.cpp b/Source/heap/tests/HeapTest.cpp
index b357bb9b32efbc62aa9bf5f094953eaba20070a4..7f945e169f4a18c3dc04b9f69429e56fadec9687 100644
--- a/Source/heap/tests/HeapTest.cpp
+++ b/Source/heap/tests/HeapTest.cpp
@@ -1884,7 +1884,7 @@ public:
: m_state(ThreadState::Current())
{
m_state->checkThread();
- ASSERT(m_state->isPaused() == m_state->isInGC());
+ ASSERT(m_state->isInSafePoint() == m_state->isInGC());
if (!m_state->isInGC())
ThreadState::stopThreads(ThreadState::HeapPointersOnStack);
m_state->enterGC();
« no previous file with comments | « Source/heap/ThreadState.cpp ('k') | Source/modules/webdatabase/DatabaseThread.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698