| Index: content/common/gpu/client/gpu_channel_host.cc
|
| diff --git a/content/common/gpu/client/gpu_channel_host.cc b/content/common/gpu/client/gpu_channel_host.cc
|
| index 1a350a985c4beb4b17905ccd2c7a981b2b5c61c9..1d8337283d46d5711d4d10adca9e33407821719a 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.cc
|
| +++ b/content/common/gpu/client/gpu_channel_host.cc
|
| @@ -237,7 +237,7 @@ bool GpuChannelHost::CollectRenderingStatsForSurface(
|
|
|
| void GpuChannelHost::AddRoute(
|
| int route_id, base::WeakPtr<IPC::Listener> listener) {
|
| - DCHECK(MessageLoopProxy::current());
|
| + DCHECK(MessageLoopProxy::current().get());
|
|
|
| scoped_refptr<base::MessageLoopProxy> io_loop = factory_->GetIOLoopProxy();
|
| io_loop->PostTask(FROM_HERE,
|
|
|