Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(746)

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXMenuList.h

Issue 2914723002: Fix crash in hidden <select> (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/accessibility/AXMenuList.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuList.h b/third_party/WebKit/Source/modules/accessibility/AXMenuList.h
index 88d1d786ebde449f566156a6c96c52fdd0aa61a0..856dbd179fac2c777ed9d63a42b066e35e6225b3 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuList.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuList.h
@@ -49,6 +49,8 @@ class AXMenuList final : public AXLayoutObject {
void DidHidePopup();
private:
+ friend class AXMenuListOption;
+
AXMenuList(LayoutMenuList*, AXObjectCacheImpl&);
bool IsMenuList() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698