| Index: chrome/browser/extensions/extension_webrequest_api.cc
|
| diff --git a/chrome/browser/extensions/extension_webrequest_api.cc b/chrome/browser/extensions/extension_webrequest_api.cc
|
| index 38441515dc1554a0f8d177dea19739146b422545..02317592e4dc815eb3edef630aea3b4000f31389 100644
|
| --- a/chrome/browser/extensions/extension_webrequest_api.cc
|
| +++ b/chrome/browser/extensions/extension_webrequest_api.cc
|
| @@ -115,7 +115,7 @@ class NetLogModificationParameter : public NetLogExtensionIdParameter {
|
|
|
| virtual base::Value* ToValue() const OVERRIDE {
|
| Value* parent = NetLogExtensionIdParameter::ToValue();
|
| - DCHECK(parent->IsType(Value::TYPE_DICTIONARY));
|
| + DCHECK(parent->IsDictionary());
|
| DictionaryValue* dict = static_cast<DictionaryValue*>(parent);
|
| dict->Set("modified_headers", modified_headers_.DeepCopy());
|
| dict->Set("deleted_headers", deleted_headers_.DeepCopy());
|
|
|