Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: third_party/WebKit/public/web/WebSharedWorker.h

Issue 2939623002: [DONT COMMIT] WIP: WorkerClientsInitializer (Closed)
Patch Set: finalize2 Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/web/WebEmbeddedWorker.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « third_party/WebKit/public/web/WebEmbeddedWorker.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698