| 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 9dc97798821919d93237a56d17e07a44b514d12e..f91393cc241379d473895b14144e4bdf776fff74 100644
|
| --- a/tools/clang/blink_gc_plugin/Config.h
|
| +++ b/tools/clang/blink_gc_plugin/Config.h
|
| @@ -139,7 +139,7 @@ class Config {
|
|
|
| static bool IsVisitor(const std::string& name) { return name == "Visitor"; }
|
|
|
| - static bool IsTraceMethod(clang::CXXMethodDecl* method,
|
| + static bool IsTraceMethod(clang::FunctionDecl* method,
|
| bool* isTraceAfterDispatch = 0) {
|
| if (method->getNumParams() != 1)
|
| return false;
|
|
|