Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
| index bd26b7cd7b368ea78b3dcbb033a4a9033e5dadb8..ceb8614acce1ed2235406e278a78f588083d18e2 100644 |
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
| @@ -103,7 +103,7 @@ private: |
| LocalFrame& frame() const |
| { |
| - ASSERT(m_frame); |
| + DCHECK(m_frame); |
| return *m_frame; |
| } |