| Index: content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| index 2168d5a885cc1a5e03fa39a777eb7f41aba0ae25..d2d7a952e45e36bb9731a4e7237b012f2818b940 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -2367,7 +2367,7 @@ void PepperPluginInstanceImpl::SessionClosed(PP_Instance instance,
|
| void PepperPluginInstanceImpl::SessionError(PP_Instance instance,
|
| uint32_t session_id,
|
| int32_t media_error,
|
| - int32_t system_code) {
|
| + uint32_t system_code) {
|
| content_decryptor_delegate_->OnSessionError(
|
| session_id, media_error, system_code);
|
| }
|
|
|