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

Unified Diff: third_party/WebKit/Source/core/html/HTMLInputElement.cpp

Issue 2883813005: Reland of name 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/HTMLInputElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
index 07ff516abc5fcad9e43f6428bd90c12195e6654a..f97e04b432e20a96b72fa648d40136f887cbc4b1 100644
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
@@ -1886,7 +1886,7 @@
ListAttributeTargetChanged();
}
-AXObject* HTMLInputElement::PopupRootAXObject() {
+AXObjectImpl* HTMLInputElement::PopupRootAXObject() {
return input_type_view_->PopupRootAXObject();
}
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLInputElement.h ('k') | third_party/WebKit/Source/core/html/forms/ColorChooser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698