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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp

Issue 2177023002: Remove spellchecker feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile Created 4 years, 4 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
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 dfc579dc47754045a0062470b76d6d39bbb2bd4a..33d4ecb63a57dfe07ffeeb9b0300ffcc1d59d01a 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
@@ -1236,7 +1236,6 @@ void AXNodeObject::markers(
markerTypes.append(marker->type());
markerRanges.append(AXRange(marker->startOffset(), marker->endOffset()));
break;
- case DocumentMarker::InvisibleSpellcheck:
case DocumentMarker::Composition:
// No need for accessibility to know about these marker types.
break;

Powered by Google App Engine
This is Rietveld 408576698