| Index: Source/core/workers/SharedWorker.h
|
| diff --git a/Source/core/workers/SharedWorker.h b/Source/core/workers/SharedWorker.h
|
| index 8be42c43819e13cf4aad3b4514875cdf2ec296f6..47f2dd5fcdfd02ac25bcd6a32137a90aafb7467e 100644
|
| --- a/Source/core/workers/SharedWorker.h
|
| +++ b/Source/core/workers/SharedWorker.h
|
| @@ -44,6 +44,7 @@ class ExceptionState;
|
| class CORE_EXPORT SharedWorker final : public AbstractWorker, public WillBeHeapSupplementable<SharedWorker> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SharedWorker);
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(SharedWorker);
|
| public:
|
| static PassRefPtrWillBeRawPtr<SharedWorker> create(ExecutionContext*, const String& url, const String& name, ExceptionState&);
|
| ~SharedWorker() override;
|
|
|