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

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

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/Heap.h
diff --git a/third_party/WebKit/Source/platform/heap/Heap.h b/third_party/WebKit/Source/platform/heap/Heap.h
index 3e0c63226b5289ab7b07fa8505a63419b9af2c59..ae1c0af779404c762dbc5e210561c04f16f21b82 100644
--- a/third_party/WebKit/Source/platform/heap/Heap.h
+++ b/third_party/WebKit/Source/platform/heap/Heap.h
@@ -291,7 +291,7 @@ class PLATFORM_EXPORT ThreadHeap {
void visitPersistentRoots(Visitor*);
void visitStackRoots(Visitor*);
void enterSafePoint(ThreadState*);
- void leaveSafePoint(ThreadState*, SafePointAwareMutexLocker*);
+ void leaveSafePoint();
// Add a weak pointer callback to the weak callback work list. General
// object pointer callbacks are added to a thread local weak callback work

Powered by Google App Engine
This is Rietveld 408576698