| 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 ccc766d8ca0e26620f5714795f58be1b8f270d3b..4c5aae5af97571018fc3aba7a69fb01b2c2f4c73 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -2400,6 +2400,7 @@ ppapi::Resource* PepperPluginInstanceImpl::GetSingletonResource(
|
| case ppapi::BROKER_SINGLETON_ID:
|
| case ppapi::BROWSER_FONT_SINGLETON_ID:
|
| case ppapi::EXTENSIONS_COMMON_SINGLETON_ID:
|
| + case ppapi::FILE_MAPPING_SINGLETON_ID:
|
| case ppapi::FLASH_CLIPBOARD_SINGLETON_ID:
|
| case ppapi::FLASH_FILE_SINGLETON_ID:
|
| case ppapi::FLASH_FULLSCREEN_SINGLETON_ID:
|
|
|