| Index: content/renderer/pepper/pepper_device_enumeration_host_helper.cc
|
| diff --git a/content/renderer/pepper/pepper_device_enumeration_host_helper.cc b/content/renderer/pepper/pepper_device_enumeration_host_helper.cc
|
| index 4b2156518114c94ce896a7f8f50531ec3260db39..26788f88f6fe977ea2f39a4f951d4e275a32a99a 100644
|
| --- a/content/renderer/pepper/pepper_device_enumeration_host_helper.cc
|
| +++ b/content/renderer/pepper/pepper_device_enumeration_host_helper.cc
|
| @@ -133,7 +133,7 @@ int32_t PepperDeviceEnumerationHostHelper::InternalHandleResourceMessage(
|
|
|
| int32_t PepperDeviceEnumerationHostHelper::OnEnumerateDevices(
|
| HostMessageContext* context) {
|
| - if (enumerate_devices_context_.get())
|
| + if (enumerate_devices_context_)
|
| return PP_ERROR_INPROGRESS;
|
|
|
| enumerate_.reset(new ScopedRequest(
|
|
|