Index: third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp b/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp |
index 08d03ab5591616f469da10a8b2b42fa17518dd61..3dbc908deca454c3caa331d6ea94dd9d70f0e53b 100644 |
--- a/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp |
@@ -123,7 +123,7 @@ void SpellCheckerClientImpl::checkSpellingOfString(const String& text, int* miss |
// Check to see if the provided text is spelled correctly. |
if (m_webView->spellCheckClient()) { |
- m_webView->spellCheckClient()->spellCheck(text, spellLocation, spellLength, 0); |
+ m_webView->spellCheckClient()->spellCheck(text, spellLocation, spellLength, nullptr); |
} else { |
spellLocation = 0; |
spellLength = 0; |