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

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

Issue 2625293002: Remove ThreadHeapMode (Closed)
Patch Set: Created 3 years, 11 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 d05033fd22f7c0cf62a90b876ea81f614f06c326..0800e22deb3e0f79e17e454557337f5859ccea8e 100644
--- a/third_party/WebKit/Source/platform/heap/BlinkGC.h
+++ b/third_party/WebKit/Source/platform/heap/BlinkGC.h
@@ -105,11 +105,6 @@ class PLATFORM_EXPORT BlinkGC final {
V8MinorGC,
V8MajorGC,
};
-
- enum ThreadHeapMode {
- MainThreadHeapMode,
- PerThreadHeapMode,
- };
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698