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

Unified Diff: webkit/api/src/WebSharedWorkerImpl.h

Issue 372047: Fixed worker startup issue (Closed)
Patch Set: Removed tests to a separate patch. Created 11 years, 1 month 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
Index: webkit/api/src/WebSharedWorkerImpl.h
diff --git a/webkit/api/src/WebSharedWorkerImpl.h b/webkit/api/src/WebSharedWorkerImpl.h
index 7d38dbe585d6d90c31203f0eae16096d9a0af0dd..7c10d76605013f3161c13844a81fe9f8249ebc4f 100644
--- a/webkit/api/src/WebSharedWorkerImpl.h
+++ b/webkit/api/src/WebSharedWorkerImpl.h
@@ -52,7 +52,7 @@ public:
// WebSharedWorker methods:
virtual bool isStarted();
virtual void startWorkerContext(const WebURL&, const WebString& name, const WebString& userAgent, const WebString& sourceCode);
- virtual void connect(WebMessagePortChannel*);
+ virtual void connect(WebMessagePortChannel*, ConnectListener*);
virtual void terminateWorkerContext();
virtual void clientDestroyed();

Powered by Google App Engine
This is Rietveld 408576698