| Index: sky/engine/core/testing/NullExecutionContext.h
|
| diff --git a/sky/engine/core/testing/NullExecutionContext.h b/sky/engine/core/testing/NullExecutionContext.h
|
| index 6e3fc5686ff5af007aef833f3f22c027233d99e0..e801f039e1c7f8b9525e1672769ca3e9657f72d8 100644
|
| --- a/sky/engine/core/testing/NullExecutionContext.h
|
| +++ b/sky/engine/core/testing/NullExecutionContext.h
|
| @@ -14,7 +14,6 @@
|
| namespace blink {
|
|
|
| class NullExecutionContext final : public RefCounted<NullExecutionContext>, public ExecutionContext {
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NullExecutionContext);
|
| public:
|
| NullExecutionContext();
|
|
|
|
|