Index: Source/modules/accessibility/AXMenuListPopup.h |
diff --git a/Source/modules/accessibility/AXMenuListPopup.h b/Source/modules/accessibility/AXMenuListPopup.h |
index 1b61b1287515937bd68ece63778e794920942855..85e2d1c198b5e7d608a4fb8de104d11a19eefac3 100644 |
--- a/Source/modules/accessibility/AXMenuListPopup.h |
+++ b/Source/modules/accessibility/AXMenuListPopup.h |
@@ -58,6 +58,9 @@ private: |
virtual bool computeAccessibilityIsIgnored() const override; |
AXMenuListOption* menuListOptionAXObject(HTMLElement*) const; |
+ |
+ // Note that this may be -1 if nothing is selected. |
+ int m_activeIndex; |
}; |
DEFINE_AX_OBJECT_TYPE_CASTS(AXMenuListPopup, isMenuListPopup()); |