| Index: content/browser/compositor/gpu_process_transport_factory.cc
|
| diff --git a/content/browser/compositor/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc
|
| index 643824fec22648fe1d31573619fa07816cc7bb0d..27c0c4ba3c0dcd21cf6b0da933aed75696362966 100644
|
| --- a/content/browser/compositor/gpu_process_transport_factory.cc
|
| +++ b/content/browser/compositor/gpu_process_transport_factory.cc
|
| @@ -187,8 +187,7 @@
|
| }
|
|
|
| GpuProcessTransportFactory::~GpuProcessTransportFactory() {
|
| - // If this fails, then we are leaking compositors.
|
| - CHECK(per_compositor_data_.empty());
|
| + DCHECK(per_compositor_data_.empty());
|
|
|
| // Make sure the lost context callback doesn't try to run during destruction.
|
| callback_factory_.InvalidateWeakPtrs();
|
|
|