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

Unified Diff: third_party/WebKit/Source/core/dom/Document.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/dom/Document.cpp
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
index ecf025f9b8bbdf102ff34cfc044e347942b63755..4c5698d9b2f75ecd9beedc41ca75cfde121445cf 100644
--- a/third_party/WebKit/Source/core/dom/Document.cpp
+++ b/third_party/WebKit/Source/core/dom/Document.cpp
@@ -4291,8 +4291,8 @@
}
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
+ // on it.
if (AXObjectCache* cache = AxObjectCache())
cache->HandleFocusedUIElementChanged(old_focused_element,
new_focused_element);
« no previous file with comments | « third_party/WebKit/Source/core/dom/AXObjectCache.h ('k') | third_party/WebKit/Source/core/frame/FrameView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698