| Index: third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.cpp b/third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.cpp
|
| index 9007eda4f715b8641f3d4941885eeb2200bf77af..3b3b714b406893cb59a5548d00784be87a8325fd 100644
|
| --- a/third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.cpp
|
| @@ -67,8 +67,8 @@ void IdTargetObserverRegistry::removeObserver(const AtomicString& id, IdTargetOb
|
|
|
| void IdTargetObserverRegistry::notifyObserversInternal(const AtomicString& id)
|
| {
|
| - ASSERT(!id.isEmpty());
|
| - ASSERT(!m_registry.isEmpty());
|
| + DCHECK(!id.isEmpty());
|
| + DCHECK(!m_registry.isEmpty());
|
|
|
| m_notifyingObserversInSet = m_registry.get(id.impl());
|
| if (!m_notifyingObserversInSet)
|
|
|