| Index: tools/clang/blink_gc_plugin/RecordInfo.h
|
| diff --git a/tools/clang/blink_gc_plugin/RecordInfo.h b/tools/clang/blink_gc_plugin/RecordInfo.h
|
| index fdbb3b97258cb49b446b961436a8fc8690969649..3e87114ac07af599557b77a9b66e0ffb78d7264d 100644
|
| --- a/tools/clang/blink_gc_plugin/RecordInfo.h
|
| +++ b/tools/clang/blink_gc_plugin/RecordInfo.h
|
| @@ -95,6 +95,7 @@ class RecordInfo {
|
| bool IsNonNewable();
|
| bool IsOnlyPlacementNewable();
|
| bool IsTreeShared();
|
| + clang::CXXMethodDecl* DeclaresNewOperator();
|
|
|
| bool RequiresTraceMethod();
|
| bool NeedsFinalization();
|
|
|