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

Unified Diff: third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.cpp

Issue 2858493002: Rename AXObject to AXObjectImpl in modules/ and web/ (Closed)
Patch Set: Reverted unexpected change to blink rename merge helper 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/core/html/forms/PickerIndicatorElement.cpp
diff --git a/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.cpp b/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.cpp
index ea87cf392ae675db5b7c473c9303265dbd6bf791..071229be789506b113f3c62f93d3158822f182da 100644
--- a/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.cpp
+++ b/third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.cpp
@@ -143,7 +143,7 @@ void PickerIndicatorElement::DetachLayoutTree(const AttachContext& context) {
HTMLDivElement::DetachLayoutTree(context);
}
-AXObject* PickerIndicatorElement::PopupRootAXObject() const {
+AXObjectImpl* PickerIndicatorElement::PopupRootAXObject() const {
return chooser_ ? chooser_->RootAXObject() : 0;
}

Powered by Google App Engine
This is Rietveld 408576698