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

Unified Diff: third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.cpp

Issue 2833843005: Handling of different types of empty alt (Closed)
Patch Set: One more try to do Linux the right way Created 3 years, 8 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/InspectorTypeBuilderHelper.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.cpp b/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.cpp
index 33e3291b3068256a00afcc96e1d43e08b1c46716..26f5fcf40ba1dec8161b9f4cbe3f8c2e7ff13f10 100644
--- a/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/InspectorTypeBuilderHelper.cpp
@@ -170,6 +170,7 @@ std::unique_ptr<AXValue> CreateRelatedNodeListValue(
String ValueSourceType(AXNameFrom name_from) {
switch (name_from) {
case kAXNameFromAttribute:
+ case kAXNameFromExplicitlyEmptyAttribute:
case kAXNameFromTitle:
case kAXNameFromValue:
return AXValueSourceTypeEnum::Attribute;

Powered by Google App Engine
This is Rietveld 408576698