| Index: third_party/WebKit/Source/core/workers/WorkerNavigator.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerNavigator.h b/third_party/WebKit/Source/core/workers/WorkerNavigator.h
|
| index f6c8b288ae28b6a127e5b98caa7f7166630025f7..b11fdb476f6a49d5a83f5366d369ea29ddac9e65 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerNavigator.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerNavigator.h
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace blink {
|
|
|
| -class WorkerNavigator final : public GarbageCollectedFinalized<WorkerNavigator>, public ScriptWrappable, public NavigatorCPU, public NavigatorID, public NavigatorOnLine, public HeapSupplementable<WorkerNavigator> {
|
| +class WorkerNavigator final : public GarbageCollectedFinalized<WorkerNavigator>, public ScriptWrappable, public NavigatorCPU, public NavigatorID, public NavigatorOnLine, public Supplementable<WorkerNavigator> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(WorkerNavigator);
|
| public:
|
|
|