| Index: Source/core/workers/SharedWorker.h
|
| diff --git a/Source/core/workers/SharedWorker.h b/Source/core/workers/SharedWorker.h
|
| index 561695ee194fd6249d63fad7e0a096d19378b52c..541ab987d88f42825f251fbac16d8e9a1e417c68 100644
|
| --- a/Source/core/workers/SharedWorker.h
|
| +++ b/Source/core/workers/SharedWorker.h
|
| @@ -40,7 +40,8 @@ namespace WebCore {
|
|
|
| class ExceptionState;
|
|
|
| -class SharedWorker FINAL : public AbstractWorker, public ScriptWrappable, public Supplementable<SharedWorker> {
|
| +class SharedWorker FINAL : public AbstractWorker, public ScriptWrappable, public WillBeHeapSupplementable<SharedWorker> {
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SharedWorker);
|
| public:
|
| static PassRefPtrWillBeRawPtr<SharedWorker> create(ExecutionContext*, const String& url, const String& name, ExceptionState&);
|
| virtual ~SharedWorker();
|
|
|