| Index: third_party/WebKit/Source/core/frame/Navigator.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Navigator.h b/third_party/WebKit/Source/core/frame/Navigator.h
|
| index b88c9cf40a2dbfc0f872c521bd000179274d7eab..b8ab19b72bffdb2b42cd8365b3581582ea9131b3 100644
|
| --- a/third_party/WebKit/Source/core/frame/Navigator.h
|
| +++ b/third_party/WebKit/Source/core/frame/Navigator.h
|
| @@ -21,6 +21,7 @@
|
| #define Navigator_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "core/CoreExport.h"
|
| #include "core/frame/DOMWindowProperty.h"
|
| #include "core/frame/NavigatorCPU.h"
|
| #include "core/frame/NavigatorID.h"
|
| @@ -36,7 +37,7 @@ class LocalFrame;
|
|
|
| typedef int ExceptionCode;
|
|
|
| -class Navigator final
|
| +class CORE_EXPORT Navigator final
|
| : public GarbageCollected<Navigator>
|
| , public NavigatorCPU
|
| , public NavigatorID
|
|
|