Index: base/values.cc |
diff --git a/base/values.cc b/base/values.cc |
index f2a7743b7dab0382f0074904b9f56c764415decf..6068556bb3d1a4738b0048c118577a8670aef6be 100644 |
--- a/base/values.cc |
+++ b/base/values.cc |
@@ -802,6 +802,8 @@ DictionaryValue::Iterator::Iterator(const DictionaryValue& target) |
: target_(target), |
it_(target.dictionary_.begin()) {} |
+DictionaryValue::Iterator::~Iterator() {} |
+ |
DictionaryValue* DictionaryValue::DeepCopy() const { |
DictionaryValue* result = new DictionaryValue; |