| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp
|
| index 74c20b4a9c99d701798c180c24561eac0d183548..fca8c4b22f930bce6b28cce39d2aefbb1c020086 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp
|
| @@ -64,7 +64,7 @@ DocumentMarker::MarkerTypeIndex MarkerTypeToMarkerIndex(DocumentMarker::MarkerTy
|
| case DocumentMarker::Spelling:
|
| return DocumentMarker::SpellingMarkerIndex;
|
| case DocumentMarker::Grammar:
|
| - return DocumentMarker::GramarMarkerIndex;
|
| + return DocumentMarker::GrammarMarkerIndex;
|
| case DocumentMarker::TextMatch:
|
| return DocumentMarker::TextMatchMarkerIndex;
|
| case DocumentMarker::InvisibleSpellcheck:
|
|
|