| Index: webkit/tools/test_shell/test_shell_gtk.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_gtk.cc (revision 23449)
|
| +++ webkit/tools/test_shell/test_shell_gtk.cc (working copy)
|
| @@ -692,8 +692,8 @@
|
| return TestShell::NetResourceProvider(resource_id);
|
| }
|
|
|
| -bool GetPlugins(bool refresh, std::vector<WebPluginInfo>* plugins) {
|
| - return NPAPI::PluginList::Singleton()->GetPlugins(refresh, plugins);
|
| +void GetPlugins(bool refresh, std::vector<WebPluginInfo>* plugins) {
|
| + NPAPI::PluginList::Singleton()->GetPlugins(refresh, plugins);
|
| }
|
|
|
| } // namespace webkit_glue
|
|
|