| Index: content/worker/websharedworker_stub.cc
|
| diff --git a/content/worker/websharedworker_stub.cc b/content/worker/websharedworker_stub.cc
|
| index 5ee9c2f53e8a97631f54e7bfaa16ea321371709c..03f5ef6d3457d8cde8192d079289f2c159c02b82 100644
|
| --- a/content/worker/websharedworker_stub.cc
|
| +++ b/content/worker/websharedworker_stub.cc
|
| @@ -19,14 +19,14 @@
|
| namespace content {
|
|
|
| WebSharedWorkerStub::WebSharedWorkerStub(
|
| - const string16& name, int route_id,
|
| + const string16& name,
|
| + int route_id,
|
| const WorkerAppCacheInitInfo& appcache_init_info)
|
| : route_id_(route_id),
|
| appcache_init_info_(appcache_init_info),
|
| client_(route_id, this),
|
| name_(name),
|
| - started_(false),
|
| - worker_devtools_agent_(NULL) {
|
| + started_(false) {
|
|
|
| WorkerThread* worker_thread = WorkerThread::current();
|
| DCHECK(worker_thread);
|
|
|