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

Unified Diff: third_party/WebKit/Source/web/WebAXObject.cpp

Issue 1675163002: Rename ComposedTree to FlatTree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wip Created 4 years, 10 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/web/WebAXObject.cpp
diff --git a/third_party/WebKit/Source/web/WebAXObject.cpp b/third_party/WebKit/Source/web/WebAXObject.cpp
index 3d73721c2c4f442c867eae224ef68234e45fc1b4..9d8e9c695a7624d099b3ae1906d29864441b4013 100644
--- a/third_party/WebKit/Source/web/WebAXObject.cpp
+++ b/third_party/WebKit/Source/web/WebAXObject.cpp
@@ -932,7 +932,7 @@ void WebAXObject::showContextMenu() const
element = toElement(node);
} else {
node->updateDistribution();
- ContainerNode* parent = ComposedTreeTraversal::parent(*node);
+ ContainerNode* parent = FlatTreeTraversal::parent(*node);
ASSERT_WITH_SECURITY_IMPLICATION(parent->isElementNode());
element = toElement(parent);
}

Powered by Google App Engine
This is Rietveld 408576698