| Index: chrome/common/extensions/extension_unpacker.cc
|
| diff --git a/chrome/common/extensions/extension_unpacker.cc b/chrome/common/extensions/extension_unpacker.cc
|
| index 9a06bbc34b99813f8323c6f8f696c2b69954c1ae..c38444ec78277870504fce2539cc85cb96217afd 100644
|
| --- a/chrome/common/extensions/extension_unpacker.cc
|
| +++ b/chrome/common/extensions/extension_unpacker.cc
|
| @@ -107,7 +107,7 @@ DictionaryValue* ExtensionUnpacker::ReadManifest() {
|
| return NULL;
|
| }
|
|
|
| - if (!root->IsType(Value::TYPE_DICTIONARY)) {
|
| + if (!root->IsDictionary()) {
|
| SetError(errors::kInvalidManifest);
|
| return NULL;
|
| }
|
|
|