| Index: third_party/WebKit/Source/core/workers/SharedWorker.h
|
| diff --git a/third_party/WebKit/Source/core/workers/SharedWorker.h b/third_party/WebKit/Source/core/workers/SharedWorker.h
|
| index f2a2abf6fc00ef162e8172be1e4d03fd446c3d8a..c50cb49b91d9ad4639585ce42f1f8b98703b3425 100644
|
| --- a/third_party/WebKit/Source/core/workers/SharedWorker.h
|
| +++ b/third_party/WebKit/Source/core/workers/SharedWorker.h
|
| @@ -42,7 +42,7 @@ namespace blink {
|
|
|
| class ExceptionState;
|
|
|
| -class CORE_EXPORT SharedWorker final : public AbstractWorker, public HeapSupplementable<SharedWorker>, public ActiveScriptWrappable {
|
| +class CORE_EXPORT SharedWorker final : public AbstractWorker, public Supplementable<SharedWorker>, public ActiveScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(SharedWorker);
|
| public:
|
|
|