| Index: tools/clang/blink_gc_plugin/tests/heap/stubs.h
|
| diff --git a/tools/clang/blink_gc_plugin/tests/heap/stubs.h b/tools/clang/blink_gc_plugin/tests/heap/stubs.h
|
| index 37466ed7d3b7e2e60a6d87c7f520d5b4b28f8793..7d646cdf85d2b4ee01beda24ded85b5ddef541eb 100644
|
| --- a/tools/clang/blink_gc_plugin/tests/heap/stubs.h
|
| +++ b/tools/clang/blink_gc_plugin/tests/heap/stubs.h
|
| @@ -216,6 +216,7 @@ public:
|
| class GarbageCollectedMixin {
|
| virtual void adjustAndMark(Visitor*) const = 0;
|
| virtual bool isAlive(Visitor*) const = 0;
|
| + virtual void trace(Visitor*) { }
|
| };
|
|
|
| template<typename T>
|
|
|