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

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

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Single quote 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.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp b/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp
index c2b966eed7a2b5db69064a0dd1d433c9a31af1f6..64e4f9d129de9d60885d0e6414d03a6d1b13c760 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp
@@ -72,7 +72,7 @@ void AXMenuList::ClearChildren() {
children_dirty_ = false;
}
-bool AXMenuList::NameFromContents() const {
+bool AXMenuList::NameFromContents(const bool recursive) const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698