Index: webkit/plugins/ppapi/plugin_module.cc |
diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc |
index 4cf28e8b82e4a63912053f75e626817ed89a5589..0caf655ad4a34ea3f460cc12c9bf68098ed14157 100644 |
--- a/webkit/plugins/ppapi/plugin_module.cc |
+++ b/webkit/plugins/ppapi/plugin_module.cc |
@@ -316,6 +316,8 @@ const void* GetInterface(const char* name) { |
return PPB_Flash_Impl::GetInterface12_0(); |
if (strcmp(name, PPB_FLASH_INTERFACE_12_1) == 0) |
return PPB_Flash_Impl::GetInterface12_1(); |
+ if (strcmp(name, PPB_FLASH_INTERFACE_12_2) == 0) |
+ return PPB_Flash_Impl::GetInterface12_2(); |
if (strcmp(name, PPB_FLASH_CLIPBOARD_INTERFACE_4_0) == 0) |
return ::ppapi::thunk::GetPPB_Flash_Clipboard_4_0_Thunk(); |
if (strcmp(name, PPB_FLASH_CLIPBOARD_INTERFACE_3_0) == 0) |