Index: third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h |
diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h b/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h |
index 7a1d6bee6a44565cf0d77c0c3056b837f50bbccf..9e000012357a2a8df6017250152f7244f2b341af 100644 |
--- a/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h |
+++ b/third_party/WebKit/Source/core/workers/SharedWorkerRepositoryClient.h |
@@ -31,6 +31,7 @@ |
#ifndef SharedWorkerRepositoryClient_h |
#define SharedWorkerRepositoryClient_h |
+#include "core/CoreExport.h" |
#include "platform/heap/Handle.h" |
#include "platform/wtf/Forward.h" |
#include "platform/wtf/Noncopyable.h" |
@@ -42,7 +43,7 @@ class Document; |
class KURL; |
class SharedWorker; |
-class SharedWorkerRepositoryClient { |
+class CORE_EXPORT SharedWorkerRepositoryClient { |
WTF_MAKE_NONCOPYABLE(SharedWorkerRepositoryClient); |
DISALLOW_NEW(); |