| Index: third_party/WebKit/Source/core/testing/DummyPageHolder.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/DummyPageHolder.cpp b/third_party/WebKit/Source/core/testing/DummyPageHolder.cpp
|
| index b5b6a933f43d019d88758c2356c62ccbd975d4e7..87213adc0cf7aa3dc6f1ab96dc39a7ffb0416f87 100644
|
| --- a/third_party/WebKit/Source/core/testing/DummyPageHolder.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/DummyPageHolder.cpp
|
| @@ -99,7 +99,7 @@ Page& DummyPageHolder::page() const {
|
| }
|
|
|
| LocalFrame& DummyPageHolder::frame() const {
|
| - ASSERT(m_frame);
|
| + DCHECK(m_frame);
|
| return *m_frame;
|
| }
|
|
|
|
|