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