| Index: third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp b/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp
|
| index d1fb102009f6a04722cc5be45c1cac28d4e9b15c..e2688570d765e1604b4573765e26e5de2b0e344c 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp
|
| @@ -79,6 +79,7 @@ void AXMenuList::clearChildren()
|
|
|
| void AXMenuList::addChildren()
|
| {
|
| + ASSERT(!isDetached());
|
| m_haveChildren = true;
|
|
|
| AXObjectCacheImpl& cache = axObjectCache();
|
|
|