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

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

Issue 2682933003: Remove a thread-local termination GC (Closed)
Patch Set: temp 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/BlinkGC.h
diff --git a/third_party/WebKit/Source/platform/heap/BlinkGC.h b/third_party/WebKit/Source/platform/heap/BlinkGC.h
index 0800e22deb3e0f79e17e454557337f5859ccea8e..6d13697e7aa44ebebc6c9dda431db9ae2d9e5692 100644
--- a/third_party/WebKit/Source/platform/heap/BlinkGC.h
+++ b/third_party/WebKit/Source/platform/heap/BlinkGC.h
@@ -81,6 +81,7 @@ class PLATFORM_EXPORT BlinkGC final {
ForcedGC,
MemoryPressureGC,
PageNavigationGC,
+ ThreadTerminationGC,
NumberOfGCReason,
};

Powered by Google App Engine
This is Rietveld 408576698