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 c605caf22661c9ae279c6ff2e9a747fc086683af..6fa0f53ad6796074e7553f067e890995761287b9 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; |
| } |