| Index: webkit/glue/plugins/plugin_lib.cc
|
| ===================================================================
|
| --- webkit/glue/plugins/plugin_lib.cc (revision 23449)
|
| +++ webkit/glue/plugins/plugin_lib.cc (working copy)
|
| @@ -36,7 +36,7 @@
|
|
|
| WebPluginInfo info;
|
| const PluginEntryPoints* entry_points = NULL;
|
| - if (!PluginList::ReadPluginInfo(filename, &info, &entry_points))
|
| + if (!PluginList::Singleton()->ReadPluginInfo(filename, &info, &entry_points))
|
| return NULL;
|
|
|
| return new PluginLib(info, entry_points);
|
|
|