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

Unified Diff: third_party/WebKit/Source/core/html/forms/InputTypeView.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/InputTypeView.cpp
diff --git a/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp b/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
index da1763b7885aacbc5ec37568f1f4ac425f002e70..feaa3c959fc1ea82bb41bec6f0ce5c8b47c9f59a 100644
--- a/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
+++ b/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
@@ -165,7 +165,7 @@
void InputTypeView::UpdatePlaceholderText() {}
-AXObjectImpl* InputTypeView::PopupRootAXObject() {
+AXObject* InputTypeView::PopupRootAXObject() {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698