| Index: tools/clang/blink_gc_plugin/Config.h
|
| diff --git a/tools/clang/blink_gc_plugin/Config.h b/tools/clang/blink_gc_plugin/Config.h
|
| index d508fdac257e30dc0add52c02ace187805a5d1f5..814a4ac0c0d42348c5b61de4771ed4fe273ce7ee 100644
|
| --- a/tools/clang/blink_gc_plugin/Config.h
|
| +++ b/tools/clang/blink_gc_plugin/Config.h
|
| @@ -195,7 +195,7 @@ class Config {
|
| formal_type.getTypePtr())) {
|
| if (parm_type->getDecl()->getName() == kVisitorDispatcherName) {
|
| // Unresolved, but its parameter name is VisitorDispatcher.
|
| - return false;
|
| + return true;
|
| }
|
| }
|
|
|
|
|