| Index: chrome/browser/plugin_updater.cc
|
| diff --git a/chrome/browser/plugin_updater.cc b/chrome/browser/plugin_updater.cc
|
| index 0fa0420ba2e4e05fdcdbfdc2ba0015c7a8e89ea2..61adbd54a2019e4081487d92979b6974ff960245 100644
|
| --- a/chrome/browser/plugin_updater.cc
|
| +++ b/chrome/browser/plugin_updater.cc
|
| @@ -162,7 +162,7 @@ void PluginUpdater::SetProfile(Profile* profile) {
|
| for (ListValue::const_iterator it = saved_plugins_list->begin();
|
| it != saved_plugins_list->end();
|
| ++it) {
|
| - if (!(*it)->IsType(Value::TYPE_DICTIONARY)) {
|
| + if (!(*it)->IsDictionary()) {
|
| LOG(WARNING) << "Invalid entry in " << prefs::kPluginsPluginsList;
|
| continue; // Oops, don't know what to do with this item.
|
| }
|
|
|