| Index: third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.h
|
| diff --git a/third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.h b/third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.h
|
| index 10db431a5b0a4347869fbf0bd88c921c764eefd5..33eb327453864a8b4af30ceb4b02bb6cb04ee6f7 100644
|
| --- a/third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.h
|
| +++ b/third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.h
|
| @@ -59,7 +59,7 @@ private:
|
|
|
| inline void IdTargetObserverRegistry::notifyObservers(const AtomicString& id)
|
| {
|
| - ASSERT(!m_notifyingObserversInSet);
|
| + DCHECK(!m_notifyingObserversInSet);
|
| if (id.isEmpty() || m_registry.isEmpty())
|
| return;
|
| IdTargetObserverRegistry::notifyObserversInternal(id);
|
|
|