Index: webkit/plugins/ppapi/plugin_module.cc |
diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc |
index e25b4b0513a47066c068b806fb7018c01ee3e93e..bdff66fd25ff33f009225aed33a9a0db0ebfbc3e 100644 |
--- a/webkit/plugins/ppapi/plugin_module.cc |
+++ b/webkit/plugins/ppapi/plugin_module.cc |
@@ -273,7 +273,7 @@ const void* GetInterface(const char* name) { |
if (strcmp(name, PPB_FLASH_INTERFACE) == 0) |
return PPB_Flash_Impl::GetInterface(); |
if (strcmp(name, PPB_FLASH_CLIPBOARD_INTERFACE) == 0) |
- return PPB_Flash_Clipboard_Impl::GetInterface(); |
+ return ::ppapi::thunk::GetPPB_Flash_Clipboard_Thunk(); |
if (strcmp(name, PPB_FLASH_FILE_FILEREF_INTERFACE) == 0) |
return PPB_Flash_File_FileRef_Impl::GetInterface(); |
if (strcmp(name, PPB_FLASH_FILE_MODULELOCAL_INTERFACE) == 0) |