| Index: Source/modules/navigatorconnect/WorkerNavigatorServices.h
|
| diff --git a/Source/modules/navigatorconnect/WorkerNavigatorServices.h b/Source/modules/navigatorconnect/WorkerNavigatorServices.h
|
| index f5716c5871cd15b4122f2c1711dce357e4ee9369..2fea068ca83bf0c5acc3090c51a39919cc18eacb 100644
|
| --- a/Source/modules/navigatorconnect/WorkerNavigatorServices.h
|
| +++ b/Source/modules/navigatorconnect/WorkerNavigatorServices.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef WorkerNavigatorServices_h
|
| #define WorkerNavigatorServices_h
|
|
|
| +#include "modules/ModulesExport.h"
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| @@ -14,7 +15,7 @@ class ExecutionContext;
|
| class ServicePortCollection;
|
| class WorkerNavigator;
|
|
|
| -class WorkerNavigatorServices final : public GarbageCollectedFinalized<WorkerNavigatorServices>, public HeapSupplement<WorkerNavigator> {
|
| +class MODULES_EXPORT WorkerNavigatorServices final : public GarbageCollectedFinalized<WorkerNavigatorServices>, public HeapSupplement<WorkerNavigator> {
|
| USING_GARBAGE_COLLECTED_MIXIN(WorkerNavigatorServices);
|
| WTF_MAKE_NONCOPYABLE(WorkerNavigatorServices);
|
| public:
|
|
|