| Index: Source/modules/accessibility/AXMenuList.cpp
|
| diff --git a/Source/modules/accessibility/AXMenuList.cpp b/Source/modules/accessibility/AXMenuList.cpp
|
| index 671692d72d9cd4654e555c0c686eddaf139792c9..188ee5eb2bc2d0663690c89b5e6f9ad6aea44bd4 100644
|
| --- a/Source/modules/accessibility/AXMenuList.cpp
|
| +++ b/Source/modules/accessibility/AXMenuList.cpp
|
| @@ -78,6 +78,7 @@ void AXMenuList::clearChildren()
|
|
|
| void AXMenuList::addChildren()
|
| {
|
| + ASSERT(!isDetached());
|
| m_haveChildren = true;
|
|
|
| AXObjectCacheImpl& cache = axObjectCache();
|
|
|