| Index: Source/modules/accessibility/AXMenuListPopup.cpp
|
| diff --git a/Source/modules/accessibility/AXMenuListPopup.cpp b/Source/modules/accessibility/AXMenuListPopup.cpp
|
| index 69c81518f7ba3f87c642e4f99f45823985109789..ab4411f3ffd95c3f52d6a29b22dec1e45b5f0400 100644
|
| --- a/Source/modules/accessibility/AXMenuListPopup.cpp
|
| +++ b/Source/modules/accessibility/AXMenuListPopup.cpp
|
| @@ -34,7 +34,8 @@ namespace blink {
|
|
|
| using namespace HTMLNames;
|
|
|
| -AXMenuListPopup::AXMenuListPopup()
|
| +AXMenuListPopup::AXMenuListPopup(AXObjectCache* axObjectCache)
|
| + : AXMockObject(axObjectCache)
|
| {
|
| }
|
|
|
|
|