| Index: webkit/glue/plugins/plugin_list_mac.mm
|
| ===================================================================
|
| --- webkit/glue/plugins/plugin_list_mac.mm (revision 26533)
|
| +++ webkit/glue/plugins/plugin_list_mac.mm (working copy)
|
| @@ -67,8 +67,8 @@
|
| }
|
| }
|
|
|
| -bool PluginList::ShouldLoadPlugin(const WebPluginInfo& info,
|
| - std::vector<WebPluginInfo>* plugins) {
|
| +bool PluginList::PlatformShouldLoadPlugin(const WebPluginInfo& info,
|
| + std::vector<WebPluginInfo>* plugins) {
|
| // The Gears plugin is Safari-specific, and causes crashes, so don't load it.
|
| for (std::vector<WebPluginMimeType>::const_iterator i =
|
| info.mime_types.begin(); i != info.mime_types.end(); ++i) {
|
|
|