| Index: public/web/WebEmbeddedWorker.h
|
| diff --git a/public/web/WebEmbeddedWorker.h b/public/web/WebEmbeddedWorker.h
|
| index 53edb2ebba93cb803941cf537cd11279938205ee..be673b86c8eded35c1bd5fd93a9f7d2299ae1501 100644
|
| --- a/public/web/WebEmbeddedWorker.h
|
| +++ b/public/web/WebEmbeddedWorker.h
|
| @@ -54,7 +54,7 @@ public:
|
|
|
| virtual ~WebEmbeddedWorker() { }
|
|
|
| - // Starts and terminates WorkerThread and WorkerGlobalScope.
|
| + // Starts and terminates WorkerScript and WorkerGlobalScope.
|
| virtual void startWorkerContext(const WebEmbeddedWorkerStartData&) = 0;
|
| virtual void terminateWorkerContext() = 0;
|
|
|
|
|