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

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

Issue 2713193003: Added a quick heuristic to determine which objects are the target of in-page links and stop ignorin… (Closed)
Patch Set: Fixed Android test. Created 3 years, 9 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/AssertMatchingEnums.cpp
diff --git a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
index 32353003c3824d7798b9263823316d013c076a77..f9e795d6ecfe7e503a72a241a5ac31a1372591e2 100644
--- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
+++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
@@ -194,6 +194,7 @@ STATIC_ASSERT_ENUM(WebAXEventValueChanged, AXObjectCache::AXValueChanged);
STATIC_ASSERT_ENUM(WebAXRoleAbbr, AbbrRole);
STATIC_ASSERT_ENUM(WebAXRoleAlertDialog, AlertDialogRole);
STATIC_ASSERT_ENUM(WebAXRoleAlert, AlertRole);
+STATIC_ASSERT_ENUM(WebAXRoleAnchor, AnchorRole);
STATIC_ASSERT_ENUM(WebAXRoleAnnotation, AnnotationRole);
STATIC_ASSERT_ENUM(WebAXRoleApplication, ApplicationRole);
STATIC_ASSERT_ENUM(WebAXRoleArticle, ArticleRole);

Powered by Google App Engine
This is Rietveld 408576698