Index: third_party/WebKit/Source/core/workers/Worker.h |
diff --git a/third_party/WebKit/Source/core/workers/Worker.h b/third_party/WebKit/Source/core/workers/Worker.h |
index f593886c8e085232fa0977e60117d19dc5269c03..4cac1927859d3a0e619bd0ce9569e7e580a0e351 100644 |
--- a/third_party/WebKit/Source/core/workers/Worker.h |
+++ b/third_party/WebKit/Source/core/workers/Worker.h |
@@ -15,6 +15,7 @@ class InProcessWorkerGlobalScopeProxy; |
class CORE_EXPORT Worker final : public InProcessWorkerBase { |
DEFINE_WRAPPERTYPEINFO(); |
+ USING_GARBAGE_COLLECTED_MIXIN(Worker); |
public: |
static Worker* create(ExecutionContext*, const String& url, ExceptionState&); |
~Worker() override; |