| 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 77979a5bb04836decc888f15a12c22959b0f613f..ce1cde30f1e660278f1354bd9786362aa6981f44 100644 | 
| --- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp | 
| +++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp | 
| @@ -1354,6 +1354,8 @@ void AXNodeObject::markers(Vector<DocumentMarker::MarkerType>& markerTypes, | 
| break; | 
| case DocumentMarker::InvisibleSpellcheck: | 
| case DocumentMarker::Composition: | 
| +      case DocumentMarker::Suggestion: | 
| +      case DocumentMarker::SuggestionBackgroundHighlight: | 
| // No need for accessibility to know about these marker types. | 
| break; | 
| } | 
|  |