| Index: third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp
|
| diff --git a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp
|
| index eb7ddec8cbd0d9b48fea6842d77d78c8957fbc6e..02f037404613dbd4635906ccd968738681270bff 100644
|
| --- a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp
|
| +++ b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp
|
| @@ -116,7 +116,7 @@ void NetworkInformation::RemoveAllEventListeners() {
|
| }
|
|
|
| bool NetworkInformation::HasPendingActivity() const {
|
| - ASSERT(context_stopped_ || observing_ == HasEventListeners());
|
| + DCHECK(context_stopped_ || observing_ == HasEventListeners());
|
|
|
| // Prevent collection of this object when there are active listeners.
|
| return observing_;
|
|
|