| 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 0bdc83e7cb0f44beb90c4be5516d288a59270691..84e4e514b2dbf6c17d5a8ea493ddf5b59c948e99 100644
|
| --- a/third_party/WebKit/Source/core/workers/SharedWorker.h
|
| +++ b/third_party/WebKit/Source/core/workers/SharedWorker.h
|
| @@ -32,6 +32,7 @@
|
| #ifndef SharedWorker_h
|
| #define SharedWorker_h
|
|
|
| +#include "bindings/core/v8/V8GCRoot.h"
|
| #include "core/CoreExport.h"
|
| #include "core/workers/AbstractWorker.h"
|
| #include "platform/Supplementable.h"
|
| @@ -41,7 +42,7 @@ namespace blink {
|
|
|
| class ExceptionState;
|
|
|
| -class CORE_EXPORT SharedWorker final : public AbstractWorker, public HeapSupplementable<SharedWorker> {
|
| +class CORE_EXPORT SharedWorker final : public AbstractWorker, public HeapSupplementable<SharedWorker>, public V8GCRoot {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(SharedWorker);
|
| public:
|
|
|