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 f9fae06d7541b6c70414062f861ae0984e54543e..6b4d2a2203e98651771d0bc28317686d2a1fab58 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; |
| } |