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 3bf4120fc66683d1970683ddadc96677c88233e4..572625af840ee0769a87671cb887ec5bba03d1e9 100644 |
--- a/content/renderer/pepper/pepper_plugin_instance_impl.cc |
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc |
@@ -2388,6 +2388,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: |