Chromium Code Reviews| Index: third_party/WebKit/Source/web/TextFinder.h |
| diff --git a/third_party/WebKit/Source/web/TextFinder.h b/third_party/WebKit/Source/web/TextFinder.h |
| index 587bf7b2bb53a2257facc6a35ab0fe1e5127842e..025a574a5cafcfea57daf0210350c4d8ca8149f3 100644 |
| --- a/third_party/WebKit/Source/web/TextFinder.h |
| +++ b/third_party/WebKit/Source/web/TextFinder.h |
| @@ -198,7 +198,7 @@ private: |
| WebLocalFrameImpl& ownerFrame() const |
| { |
| - ASSERT(m_ownerFrame); |
| + DCHECK(m_ownerFrame); |
| return *m_ownerFrame; |
| } |