Index: third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp |
diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp |
index 8ad521cb5088c618710f9ca8ee113ddb332843db..ae959a2a780417af133ee0b464e3bfcfd269f6d4 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp |
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp |
@@ -1419,6 +1419,8 @@ void AXNodeObject::Markers(Vector<DocumentMarker::MarkerType>& marker_types, |
AXRange(marker->StartOffset(), marker->EndOffset())); |
break; |
case DocumentMarker::kComposition: |
+ // TODO(rlanday): add accessibility support for kActiveSuggestion |
+ case DocumentMarker::kActiveSuggestion: |
// No need for accessibility to know about these marker types. |
break; |
} |