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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1679173003: Fix a crash by AdvanceToNextMisspelling command (⌘-;) with empty INPUT (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't change html.css 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/spellcheck/SpellChecker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 1606cc1401de4a38cd70af13e54e3d0051138410..c9053d70e75aa16e80d036fa8be4c5756035b29f 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -3956,6 +3956,7 @@
'editing/VisibleSelectionTest.cpp',
'editing/VisibleUnitsTest.cpp',
'editing/serializers/StyledMarkupSerializerTest.cpp',
+ 'editing/spellcheck/SpellCheckerTest.cpp',
'events/EventPathTest.cpp',
'events/PointerEventManagerTest.cpp',
'fetch/CachingCorrectnessTest.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698