| Index: Source/modules/accessibility/AXMenuList.cpp
|
| diff --git a/Source/modules/accessibility/AXMenuList.cpp b/Source/modules/accessibility/AXMenuList.cpp
|
| index b0d65bc51aa470f9e6e0dda8452ca1a1208a99d8..ccd6b695927cdcbf2238a1d1963d59886fdaf73d 100644
|
| --- a/Source/modules/accessibility/AXMenuList.cpp
|
| +++ b/Source/modules/accessibility/AXMenuList.cpp
|
| @@ -127,7 +127,7 @@ void AXMenuList::didUpdateActiveOption(int optionIndex)
|
| }
|
| }
|
|
|
| - cache->postNotification(this, document.get(), AXObjectCacheImpl::AXMenuListValueChanged, true);
|
| + cache->postNotification(this, AXObjectCacheImpl::AXMenuListValueChanged, true);
|
| }
|
|
|
| } // namespace blink
|
|
|