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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXMenuList.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/AXMenuList.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp b/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp
index 96477a55aea5f6933b2f3b3400c987a7510a16d8..c2b966eed7a2b5db69064a0dd1d433c9a31af1f6 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuList.cpp
@@ -82,7 +82,7 @@ void AXMenuList::AddChildren() {
AXObjectCacheImpl& cache = AxObjectCache();
- AXObject* list = cache.GetOrCreate(kMenuListPopupRole);
+ AXObjectImpl* list = cache.GetOrCreate(kMenuListPopupRole);
if (!list)
return;

Powered by Google App Engine
This is Rietveld 408576698