Index: ppapi/proxy/flash_font_file_resource.cc |
diff --git a/ppapi/proxy/flash_font_file_resource.cc b/ppapi/proxy/flash_font_file_resource.cc |
index 9dec65e7c899df645709e4e3fad35e770a5454f6..e835ac1d47e07275d8dbc63321cccd7821b88e04 100644 |
--- a/ppapi/proxy/flash_font_file_resource.cc |
+++ b/ppapi/proxy/flash_font_file_resource.cc |
@@ -38,8 +38,8 @@ PP_Bool FlashFontFileResource::GetFontTable(uint32_t table, |
return PP_FALSE; |
if (!sent_create_to_renderer()) { |
- SendCreateToRenderer( |
- PpapiHostMsg_FlashFontFile_Create(description_, charset_)); |
+ SendCreate( |
+ RENDERER, PpapiHostMsg_FlashFontFile_Create(description_, charset_)); |
} |
std::string* contents = GetFontTable(table); |