| Index: content/browser/worker_host/worker_process_host.h
|
| diff --git a/content/browser/worker_host/worker_process_host.h b/content/browser/worker_host/worker_process_host.h
|
| index 29637b0e94bf1f8d88bad5bcad4f21ed0810431f..068624b75b7d9a790ad774a0e06ce53c4d0447e0 100644
|
| --- a/content/browser/worker_host/worker_process_host.h
|
| +++ b/content/browser/worker_host/worker_process_host.h
|
| @@ -117,7 +117,7 @@ class WorkerProcessHost : public BrowserChildProcessHost {
|
| WorkerProcessHost(
|
| const content::ResourceContext* resource_context,
|
| ResourceDispatcherHost* resource_dispatcher_host);
|
| - ~WorkerProcessHost();
|
| + virtual ~WorkerProcessHost();
|
|
|
| // Starts the process. Returns true iff it succeeded.
|
| // |render_process_id| is the renderer process responsible for starting this
|
|
|