Chromium Code Reviews| 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..72ad994580e7f3a17c35bc3f0efd1ece91890cf9 100644 |
| --- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp |
| +++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp |
| @@ -1414,6 +1414,7 @@ void AXNodeObject::Markers(Vector<DocumentMarker::MarkerType>& marker_types, |
| case DocumentMarker::kSpelling: |
| case DocumentMarker::kGrammar: |
| case DocumentMarker::kTextMatch: |
| + case DocumentMarker::kActiveSuggestion: |
|
yosin_UTC9
2017/06/06 01:27:48
I think this case should be added when clients of
|
| marker_types.push_back(marker->GetType()); |
| marker_ranges.push_back( |
| AXRange(marker->StartOffset(), marker->EndOffset())); |