| Index: content/browser/renderer_host/pepper_message_filter.cc
|
| diff --git a/content/browser/renderer_host/pepper_message_filter.cc b/content/browser/renderer_host/pepper_message_filter.cc
|
| index f4183c6d3b8800a0ad23d4275663798dd9225746..bd6c503a1167322b2c0f2cbf47945e92dd8efc28 100644
|
| --- a/content/browser/renderer_host/pepper_message_filter.cc
|
| +++ b/content/browser/renderer_host/pepper_message_filter.cc
|
| @@ -75,7 +75,7 @@ bool PepperMessageFilter::OnMessageReceived(const IPC::Message& msg,
|
| #endif // ENABLE_FLAPPER_HACKS
|
| IPC_MESSAGE_HANDLER(PepperMsg_GetLocalTimeZoneOffset,
|
| OnGetLocalTimeZoneOffset)
|
| - IPC_MESSAGE_HANDLER_DELAY_REPLY(PpapiHostMsg_PPBFont_GetFontFamilies,
|
| + IPC_MESSAGE_HANDLER_DELAY_REPLY(PpapiHostMsg_PPBInstance_GetFontFamilies,
|
| OnGetFontFamilies)
|
| // TCP messages.
|
| IPC_MESSAGE_HANDLER(PpapiHostMsg_PPBTCPSocket_Create, OnTCPCreate)
|
| @@ -500,7 +500,7 @@ void PepperMessageFilter::GetFontFamiliesComplete(
|
| output.push_back(0);
|
| }
|
|
|
| - PpapiHostMsg_PPBFont_GetFontFamilies::WriteReplyParams(reply_msg, output);
|
| + PpapiHostMsg_PPBInstance_GetFontFamilies::WriteReplyParams(reply_msg, output);
|
| Send(reply_msg);
|
| }
|
|
|
|
|