| Index: third_party/WebKit/Source/modules/accessibility/AXObject.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXObject.h b/third_party/WebKit/Source/modules/accessibility/AXObject.h
|
| index 1c47ffff1790170946dfa0644d5311fe78e729b3..1b3db24e2ea9d83dbeeaac0d4fbac45b345fb342 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXObject.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXObject.h
|
| @@ -596,7 +596,7 @@ class MODULES_EXPORT AXObject : public GarbageCollectedFinalized<AXObject> {
|
| // The AXObjectCacheImpl that owns this object, and its unique ID within this
|
| // cache.
|
| AXObjectCacheImpl& axObjectCache() const {
|
| - ASSERT(m_axObjectCache);
|
| + DCHECK(m_axObjectCache);
|
| return *m_axObjectCache;
|
| }
|
|
|
|
|