| 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 b10aa3cfbf96468de8bd7d24244edf8eb121ba65..266dce62e62508e8f0148a9033d879db042df543 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -1386,7 +1386,7 @@ void PepperPluginInstanceImpl::PostMessageToJavaScript(PP_Var message) {
|
| int32_t PepperPluginInstanceImpl::RegisterMessageHandler(
|
| PP_Instance instance,
|
| void* user_data,
|
| - const PPP_MessageHandler_0_1* handler,
|
| + const PPP_MessageHandler_0_2* handler,
|
| PP_Resource message_loop) {
|
| // Not supported in-process.
|
| NOTIMPLEMENTED();
|
|
|