Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/InputMethodController.h |
| diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.h b/third_party/WebKit/Source/core/editing/InputMethodController.h |
| index 8936994873c3260034fcf2f0b74084ad7c634fcf..62ae7fb4764705ca50b67b71bd3c8c2598395c60 100644 |
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.h |
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.h |
| @@ -103,7 +103,7 @@ private: |
| Editor& editor() const; |
| LocalFrame& frame() const |
| { |
| - ASSERT(m_frame); |
| + DCHECK(m_frame); |
| return *m_frame; |
| } |