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

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

Issue 2883203002: Revert of Rename AXObject to AXObjectImpl in modules/ and web/ (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/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 071229be789506b113f3c62f93d3158822f182da..ea87cf392ae675db5b7c473c9303265dbd6bf791 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 @@
HTMLDivElement::DetachLayoutTree(context);
}
-AXObjectImpl* PickerIndicatorElement::PopupRootAXObject() const {
+AXObject* PickerIndicatorElement::PopupRootAXObject() const {
return chooser_ ? chooser_->RootAXObject() : 0;
}
« no previous file with comments | « third_party/WebKit/Source/core/html/forms/PickerIndicatorElement.h ('k') | third_party/WebKit/Source/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698