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

Unified Diff: tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h

Issue 1895943002: Update Blink GC plugin to reflect that Oilpan is now always enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h
diff --git a/tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h b/tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h
index 812d3a64eee17f869b6603d48eb8e3556dbd693d..52e648413929706ccf20a76db69bf6bd20fb8d80 100644
--- a/tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h
+++ b/tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h
@@ -11,11 +11,9 @@
struct BlinkGCPluginOptions {
BlinkGCPluginOptions()
- : enable_oilpan(false),
- dump_graph(false),
+ : dump_graph(false),
warn_raw_ptr(false),
warn_unneeded_finalizer(false) {}
- bool enable_oilpan;
bool dump_graph;
bool warn_raw_ptr;
bool warn_unneeded_finalizer;

Powered by Google App Engine
This is Rietveld 408576698