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

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

Issue 2858493002: Rename AXObject to AXObjectImpl in modules/ and web/ (Closed)
Patch Set: Fixed rebase 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/AXListBox.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/AXListBox.cpp b/third_party/WebKit/Source/modules/accessibility/AXListBox.cpp
index af73e43d0da5a3a99ac8495e42cf7eb187986e49..763a72fb58dba98eb93f5ba3d79a6a866d007661 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXListBox.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXListBox.cpp
@@ -57,7 +57,7 @@ AccessibilityRole AXListBox::DetermineAccessibilityRole() {
return kListBoxRole;
}
-AXObject* AXListBox::ActiveDescendant() {
+AXObjectImpl* AXListBox::ActiveDescendant() {
if (!isHTMLSelectElement(GetNode()))
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698