| Index: webkit/tools/test_shell/test_shell_win.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_win.cc (revision 23449)
|
| +++ webkit/tools/test_shell/test_shell_win.cc (working copy)
|
| @@ -758,8 +758,8 @@
|
| return NULL;
|
| }
|
|
|
| -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);
|
| }
|
|
|
| bool EnsureFontLoaded(HFONT font) {
|
|
|