| Index: tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp
|
| diff --git a/tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp b/tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp
|
| index 43b064ccdcf3f2068f7633de2aa1c51212cb0af8..d263a8cc5eea20fa9bae021db02fe247ecf004b6 100644
|
| --- a/tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp
|
| +++ b/tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp
|
| @@ -33,10 +33,6 @@ class BlinkGCPluginAction : public PluginASTAction {
|
| for (const auto& arg : args) {
|
| if (arg == "dump-graph") {
|
| options_.dump_graph = true;
|
| - } else if (arg == "warn-stack-allocated-trace-method") {
|
| - // TODO(sof): after next roll, remove this option to round out
|
| - // crbug.com/689874
|
| - continue;
|
| } else if (arg == "warn-unneeded-finalizer") {
|
| options_.warn_unneeded_finalizer = true;
|
| } else if (arg == "use-chromium-style-naming") {
|
|
|