| Index: content/browser/worker_host/worker_process_host.cc
|
| diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc
|
| index 79f0dc26f594440d7e531f34a9801552bf535d9e..ba29447f4dadd2136475a703a77a92a7d25f8018 100644
|
| --- a/content/browser/worker_host/worker_process_host.cc
|
| +++ b/content/browser/worker_host/worker_process_host.cc
|
| @@ -259,7 +259,7 @@ void WorkerProcessHost::CreateMessageFilters(int render_process_id) {
|
| new SocketStreamDispatcherHost(
|
| new URLRequestContextSelector(request_context), resource_context_);
|
| AddFilter(socket_stream_dispatcher_host);
|
| - AddFilter(new WorkerDevToolsMessageFilter(id()));
|
| + AddFilter(new content::WorkerDevToolsMessageFilter(id()));
|
| }
|
|
|
| void WorkerProcessHost::CreateWorker(const WorkerInstance& instance) {
|
|
|