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

Unified Diff: third_party/WebKit/Source/platform/heap/Heap.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/Heap.h
diff --git a/third_party/WebKit/Source/platform/heap/Heap.h b/third_party/WebKit/Source/platform/heap/Heap.h
index ee57a324aee318afc884f8d5a87f278b680c00b8..b4e49b7b5cfe8f994a4435702fbae78f6d092aa2 100644
--- a/third_party/WebKit/Source/platform/heap/Heap.h
+++ b/third_party/WebKit/Source/platform/heap/Heap.h
@@ -233,7 +233,6 @@ class PLATFORM_EXPORT ThreadHeap {
static ThreadHeap* mainThreadHeap() { return s_mainThreadHeap; }
#if DCHECK_IS_ON()
- bool isAtSafePoint();
BasePage* findPageFromAddress(Address);
#endif

Powered by Google App Engine
This is Rietveld 408576698