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

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

Issue 2691073004: Remove SafePointAwareMutexLocker (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.cpp
diff --git a/third_party/WebKit/Source/platform/heap/SafePoint.cpp b/third_party/WebKit/Source/platform/heap/SafePoint.cpp
index b2e1958304b31cd0984837ba3a012fbb1208bc4b..555a660014c0466612a61d0dae0a94a5cc69a33a 100644
--- a/third_party/WebKit/Source/platform/heap/SafePoint.cpp
+++ b/third_party/WebKit/Source/platform/heap/SafePoint.cpp
@@ -24,9 +24,7 @@ void SafePointBarrier::enterSafePoint(ThreadState* state) {
pushAllRegisters(this, state, enterSafePointAfterPushRegisters);
}
-void SafePointBarrier::leaveSafePoint(ThreadState* state,
- SafePointAwareMutexLocker* locker) {
-}
+void SafePointBarrier::leaveSafePoint() {}
void SafePointBarrier::doEnterSafePoint(ThreadState* state,
intptr_t* stackEnd) {

Powered by Google App Engine
This is Rietveld 408576698