| Index: chrome/common/extensions/extension_file_util.cc
|
| diff --git a/chrome/common/extensions/extension_file_util.cc b/chrome/common/extensions/extension_file_util.cc
|
| index e7ba1951cab879cb8794f113519fca55ae4b1f16..1d99a30401b5c9d36f9329510192a465bd91064b 100644
|
| --- a/chrome/common/extensions/extension_file_util.cc
|
| +++ b/chrome/common/extensions/extension_file_util.cc
|
| @@ -115,7 +115,7 @@ scoped_refptr<Extension> LoadExtension(const FilePath& extension_path,
|
| return NULL;
|
| }
|
|
|
| - if (!root->IsType(Value::TYPE_DICTIONARY)) {
|
| + if (!root->IsDictionary()) {
|
| *error = l10n_util::GetStringUTF8(IDS_EXTENSION_MANIFEST_INVALID);
|
| return NULL;
|
| }
|
|
|