| 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 b11fdb476f6a49d5a83f5366d369ea29ddac9e65..039e51ef61b4cd2ffaeb572a705eedb3e1615f5a 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerNavigator.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerNavigator.h
|
| @@ -30,13 +30,14 @@
|
| #include "core/frame/NavigatorCPU.h"
|
| #include "core/frame/NavigatorID.h"
|
| #include "core/frame/NavigatorOnLine.h"
|
| +#include "core/workers/WorkerNavigator.h"
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
| -class WorkerNavigator final : public GarbageCollectedFinalized<WorkerNavigator>, public ScriptWrappable, public NavigatorCPU, public NavigatorID, public NavigatorOnLine, public Supplementable<WorkerNavigator> {
|
| +class CORE_EXPORT WorkerNavigator final : public GarbageCollectedFinalized<WorkerNavigator>, public ScriptWrappable, public NavigatorCPU, public NavigatorID, public NavigatorOnLine, public Supplementable<WorkerNavigator> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| USING_GARBAGE_COLLECTED_MIXIN(WorkerNavigator);
|
| public:
|
|
|