| Index: webkit/plugins/ppapi/plugin_module.cc
|
| diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc
|
| index 0a5d457e19b62ea62a15cdcb44153b687f6db7b9..380b31a6aa1e25cbb609854f68447a2908993d4f 100644
|
| --- a/webkit/plugins/ppapi/plugin_module.cc
|
| +++ b/webkit/plugins/ppapi/plugin_module.cc
|
| @@ -314,6 +314,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_CLIPBOARD_INTERFACE_4_0) == 0)
|
| + return ::ppapi::thunk::GetPPB_Flash_Clipboard_4_0_Thunk();
|
| if (strcmp(name, PPB_FLASH_CLIPBOARD_INTERFACE_3_0) == 0)
|
| return ::ppapi::thunk::GetPPB_Flash_Clipboard_3_0_Thunk();
|
| if (strcmp(name, PPB_FLASH_CLIPBOARD_INTERFACE_3_LEGACY) == 0)
|
|
|