| Index: Source/core/workers/WorkerThread.h
|
| diff --git a/Source/core/workers/WorkerThread.h b/Source/core/workers/WorkerThread.h
|
| index f1d083b1e768abdcbf4f0daa9be2c5610adc4de9..8485b9504aeab6633687d929446aaf37effdbc2d 100644
|
| --- a/Source/core/workers/WorkerThread.h
|
| +++ b/Source/core/workers/WorkerThread.h
|
| @@ -103,7 +103,7 @@ protected:
|
| // Factory method for creating a new worker context for the thread.
|
| virtual PassRefPtrWillBeRawPtr<WorkerGlobalScope> createWorkerGlobalScope(PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>) = 0;
|
|
|
| - virtual void postInitialize() { }
|
| + virtual void postInitialize();
|
|
|
| private:
|
| friend class WorkerSharedTimer;
|
|
|