| Index: content/ppapi_plugin/broker_process_dispatcher.cc
|
| diff --git a/content/ppapi_plugin/broker_process_dispatcher.cc b/content/ppapi_plugin/broker_process_dispatcher.cc
|
| index 68b6746d5e16ab799487c57e20295c6815774972..8a84a2c1f957db97a7eb791b7d040051d345630f 100644
|
| --- a/content/ppapi_plugin/broker_process_dispatcher.cc
|
| +++ b/content/ppapi_plugin/broker_process_dispatcher.cc
|
| @@ -49,7 +49,7 @@ void GetPermissionSettingsCallback(
|
| scoped_ptr<GetPermissionSettingsContext> context(
|
| reinterpret_cast<GetPermissionSettingsContext*>(user_data));
|
|
|
| - if (!context->dispatcher)
|
| + if (!context->dispatcher.get())
|
| return;
|
|
|
| ppapi::FlashSiteSettings site_vector;
|
|
|