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

Unified Diff: third_party/WebKit/Source/core/dom/Document.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/dom/Document.cpp
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
index abc6e875cb5402214e6e73f13d9350bdc8a8adc7..08d6d1f5db8624718e293cf5b0ba8d0d833b1c56 100644
--- a/third_party/WebKit/Source/core/dom/Document.cpp
+++ b/third_party/WebKit/Source/core/dom/Document.cpp
@@ -4258,8 +4258,8 @@ bool Document::SetFocusedElement(Element* new_focused_element,
}
if (!focus_change_blocked && focused_element_) {
- // Create the AXObject cache in a focus change because Chromium relies on
- // it.
+ // Create the AXObjectImpl cache in a focus change because Chromium relies
dmazzoni 2017/05/05 05:18:46 A couple instances of "AXObject cache" being chang
aboxhall 2017/05/05 05:22:18 Bad replace :) Maybe update to AXObjectCache inste
+ // on it.
if (AXObjectCache* cache = AxObjectCache())
cache->HandleFocusedUIElementChanged(old_focused_element,
new_focused_element);

Powered by Google App Engine
This is Rietveld 408576698