Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(499)

Unified Diff: third_party/WebKit/Source/core/editing/markers/DocumentMarker.h

Issue 1686263007: Tidy GrammarMarkerIndex spelling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
index 7dde907d1d0eda6a537bc2149e85949858be2356..47a050e58179e7c0626d76705adb7207da0e75ff 100644
--- a/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
+++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
@@ -41,7 +41,7 @@ class CORE_EXPORT DocumentMarker : public NoBaseWillBeGarbageCollected<DocumentM
public:
enum MarkerTypeIndex {
SpellingMarkerIndex = 0,
- GramarMarkerIndex,
+ GrammarMarkerIndex,
TextMatchMarkerIndex,
InvisibleSpellcheckMarkerIndex,
CompositionMarkerIndex,
@@ -50,7 +50,7 @@ public:
enum MarkerType {
Spelling = 1 << SpellingMarkerIndex,
- Grammar = 1 << GramarMarkerIndex,
+ Grammar = 1 << GrammarMarkerIndex,
TextMatch = 1 << TextMatchMarkerIndex,
InvisibleSpellcheck = 1 << InvisibleSpellcheckMarkerIndex,
Composition = 1 << CompositionMarkerIndex,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698