Index: chrome/renderer/pepper/pepper_flash_font_file_host.cc |
=================================================================== |
--- chrome/renderer/pepper/pepper_flash_font_file_host.cc (revision 270145) |
+++ chrome/renderer/pepper/pepper_flash_font_file_host.cc (working copy) |
@@ -41,10 +41,10 @@ |
int32_t PepperFlashFontFileHost::OnResourceMessageReceived( |
const IPC::Message& msg, |
ppapi::host::HostMessageContext* context) { |
- IPC_BEGIN_MESSAGE_MAP(PepperFlashFontFileHost, msg) |
- PPAPI_DISPATCH_HOST_RESOURCE_CALL(PpapiHostMsg_FlashFontFile_GetFontTable, |
- OnGetFontTable) |
- IPC_END_MESSAGE_MAP() |
+ PPAPI_BEGIN_MESSAGE_MAP(PepperFlashFontFileHost, msg) |
+ PPAPI_DISPATCH_HOST_RESOURCE_CALL(PpapiHostMsg_FlashFontFile_GetFontTable, |
+ OnGetFontTable) |
+ PPAPI_END_MESSAGE_MAP() |
return PP_ERROR_FAILED; |
} |