| Index: third_party/WebKit/public/web/WebSharedWorker.h
|
| diff --git a/third_party/WebKit/public/web/WebSharedWorker.h b/third_party/WebKit/public/web/WebSharedWorker.h
|
| index 8ab3a7bc99ae21f18ec959f2e326e44d5c63a72f..3df0635a17681825072e24e0bc08e7839994f706 100644
|
| --- a/third_party/WebKit/public/web/WebSharedWorker.h
|
| +++ b/third_party/WebKit/public/web/WebSharedWorker.h
|
| @@ -43,12 +43,12 @@ class WebSharedWorkerClient;
|
| class WebURL;
|
|
|
| // This is the interface to a SharedWorker thread.
|
| -class WebSharedWorker {
|
| +class BLINK_EXPORT WebSharedWorker {
|
| public:
|
| // Instantiate a WebSharedWorker that interacts with the shared worker.
|
| // WebSharedWorkerClient given here must outlive or have the identical
|
| // lifetime as this instance.
|
| - BLINK_EXPORT static WebSharedWorker* Create(WebSharedWorkerClient*);
|
| + static WebSharedWorker* Create(WebSharedWorkerClient*);
|
|
|
| virtual void StartWorkerContext(const WebURL& script_url,
|
| const WebString& name,
|
|
|