| Index: third_party/WebKit/Source/core/testing/GCObservation.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/GCObservation.cpp b/third_party/WebKit/Source/core/testing/GCObservation.cpp
|
| index 4253c3a3ac557c075438a5327596e1f88ec3580b..422816175e70e4d36c1ca0e1bc73a49b2d63922b 100644
|
| --- a/third_party/WebKit/Source/core/testing/GCObservation.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/GCObservation.cpp
|
| @@ -38,7 +38,7 @@ static void setWeakCallbackForGCObservation(
|
| }
|
|
|
| void GCObservation::setWasCollected() {
|
| - ASSERT(!wasCollected());
|
| + DCHECK(!wasCollected());
|
| m_observed.clear();
|
| m_collected = true;
|
| }
|
|
|