| Index: third_party/WebKit/Source/core/testing/DictionaryTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/DictionaryTest.cpp b/third_party/WebKit/Source/core/testing/DictionaryTest.cpp
|
| index 6a73fe1132f3f32f1b03dfc0e99dd4e31b2a6387..e917501c1cf50992e5704d4d0a293846c8b7114f 100644
|
| --- a/third_party/WebKit/Source/core/testing/DictionaryTest.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/DictionaryTest.cpp
|
| @@ -137,7 +137,7 @@ ScriptValue DictionaryTest::getDictionaryMemberProperties(
|
| }
|
|
|
| void DictionaryTest::setDerived(const InternalDictionaryDerived& derived) {
|
| - ASSERT(derived.hasRequiredBooleanMember());
|
| + DCHECK(derived.hasRequiredBooleanMember());
|
| set(derived);
|
| if (derived.hasDerivedStringMember())
|
| m_derivedStringMember = derived.derivedStringMember();
|
|
|