| 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 956937ef7e6a7df45da9a85e79bd0f98a134b6c0..d6141974e2b5ea015e1f4bf521ac22bcfc2f30ef 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
|
| @@ -1452,6 +1452,8 @@ void AXNodeObject::markers(Vector<DocumentMarker::MarkerType>& markerTypes,
|
| AXRange(marker->startOffset(), marker->endOffset()));
|
| break;
|
| case DocumentMarker::Composition:
|
| + case DocumentMarker::Suggestion:
|
| + case DocumentMarker::SuggestionHighlight:
|
| // No need for accessibility to know about these marker types.
|
| break;
|
| }
|
|
|